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   
 

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
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.