javax.imageio.spi
Class IIORegistry

java.lang.Object
  extended by javax.imageio.spi.ServiceRegistry
      extended by javax.imageio.spi.IIORegistry

public final class IIORegistry
extends ServiceRegistry


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.imageio.spi.ServiceRegistry
ServiceRegistry.Filter
 
Method Summary
static IIORegistry getDefaultInstance()
           
 void registerApplicationClasspathSpis()
          Registers all available service providers found on the application classpath.
 
Methods inherited from class javax.imageio.spi.ServiceRegistry
contains, deregisterAll, deregisterAll, deregisterServiceProvider, deregisterServiceProvider, finalize, getCategories, getServiceProviderByClass, getServiceProviders, getServiceProviders, lookupProviders, lookupProviders, registerServiceProvider, registerServiceProvider, registerServiceProviders, setOrdering, unsetOrdering
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultInstance

public static IIORegistry getDefaultInstance()

registerApplicationClasspathSpis

public void registerApplicationClasspathSpis()
Registers all available service providers found on the application classpath.