Uses of Interface
org.glassfish.hk2.api.DescriptorFileFinder
-
-
Uses of DescriptorFileFinder in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap with parameters of type DescriptorFileFinder Modifier and Type Method Description private voidMain. addDescriptorFileFinder(ServiceLocator serviceLocator, DescriptorFileFinder descriptorFileFinder)ServiceLocatorMain. createServiceLocator(ModulesRegistry mr, StartupContext context, java.util.List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder) -
Uses of DescriptorFileFinder in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type DescriptorFileFinder Modifier and Type Method Description java.util.List<ActiveDescriptor<?>>Populator. populate(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)This method can be used to populate the service locator with files that have been written out using theDescriptorImplwriteObject method. -
Uses of DescriptorFileFinder in org.glassfish.hk2.bootstrap
Subinterfaces of DescriptorFileFinder in org.glassfish.hk2.bootstrap Modifier and Type Interface Description interfaceDescriptorFileFinderDeprecated.useDescriptorFileFinderinsteadMethods in org.glassfish.hk2.bootstrap with parameters of type DescriptorFileFinder Modifier and Type Method Description static java.util.List<ActiveDescriptor>HK2Populator. populate(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, java.util.List<? extends PopulatorPostProcessor> postProcessors)This method can be used to populate the service locator with files that have been written out using theDescriptorImplwriteObject method. -
Uses of DescriptorFileFinder in org.glassfish.hk2.bootstrap.impl
Classes in org.glassfish.hk2.bootstrap.impl that implement DescriptorFileFinder Modifier and Type Class Description classClasspathDescriptorFileFinderDeprecated.Use org.glassfish.hk2.utilities.ClasspathDescriptorFileFinderclassURLDescriptorFileFinder -
Uses of DescriptorFileFinder in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement DescriptorFileFinder Modifier and Type Class Description classClasspathDescriptorFileFinderThis is an implementation ofDescriptorFileFinderthat uses a particular classloader in order to find descriptor files. -
Uses of DescriptorFileFinder in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal with parameters of type DescriptorFileFinder Modifier and Type Method Description java.util.List<ActiveDescriptor<?>>PopulatorImpl. populate(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)
-