Uses of Interface
org.gvsig.tools.util.ServiceLoader

Packages that use ServiceLoader
org.gvsig.tools   
org.gvsig.tools.library.impl   
org.gvsig.tools.service.impl   
org.gvsig.tools.util.impl   
 

Uses of ServiceLoader in org.gvsig.tools
 

Methods in org.gvsig.tools that return ServiceLoader
static ServiceLoader ToolsLocator.getServiceLoader()
          Return a reference to ServiceLoader.
 

Uses of ServiceLoader in org.gvsig.tools.library.impl
 

Constructors in org.gvsig.tools.library.impl with parameters of type ServiceLoader
DefaultLibrariesInitializer(ClassLoader[] classLoaders, ServiceLoader serviceLoader)
           
DefaultLibrariesInitializer(ClassLoader classLoader, ServiceLoader serviceLoader)
           
DefaultLibrariesInitializer(ServiceLoader serviceLoader)
           
 

Uses of ServiceLoader in org.gvsig.tools.service.impl
 

Constructors in org.gvsig.tools.service.impl with parameters of type ServiceLoader
DefaultProviderRegistration(ServiceLoader serviceLoader)
           
 

Uses of ServiceLoader in org.gvsig.tools.util.impl
 

Classes in org.gvsig.tools.util.impl that implement ServiceLoader
 class DefaultServiceLoader
          Implementation which uses reflection to try to use first the standard JDK utilities to load service implementation classes, which are available since JDK 1.6.
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.