Uses of Interface
org.glassfish.hk2.bootstrap.DescriptorFileFinder

Packages that use DescriptorFileFinder
com.sun.enterprise.module.bootstrap   
org.glassfish.hk2.bootstrap   
org.glassfish.hk2.bootstrap.impl   
org.jvnet.hk2.osgiadapter   
 

Uses of DescriptorFileFinder in com.sun.enterprise.module.bootstrap
 

Methods in com.sun.enterprise.module.bootstrap with parameters of type DescriptorFileFinder
 ServiceLocator Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
 

Uses of DescriptorFileFinder in org.glassfish.hk2.bootstrap
 

Methods in org.glassfish.hk2.bootstrap with parameters of type DescriptorFileFinder
static void HK2Populator.populate(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)
          This method can be used to populate the service locator with files that have been written out using the DescriptorImpl writeObject method.
 

Uses of DescriptorFileFinder in org.glassfish.hk2.bootstrap.impl
 

Classes in org.glassfish.hk2.bootstrap.impl that implement DescriptorFileFinder
 class ClasspathDescriptorFileFinder
           
 class URLDescriptorFileFinder
           
 

Uses of DescriptorFileFinder in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter with parameters of type DescriptorFileFinder
 ServiceLocator HK2Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.