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 void
Main. addDescriptorFileFinder(ServiceLocator serviceLocator, DescriptorFileFinder descriptorFileFinder)
ServiceLocator
Main. 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 theDescriptorImpl
writeObject method. -
Uses of DescriptorFileFinder in org.glassfish.hk2.bootstrap
Subinterfaces of DescriptorFileFinder in org.glassfish.hk2.bootstrap Modifier and Type Interface Description interface
DescriptorFileFinder
Deprecated.useDescriptorFileFinder
insteadMethods 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 theDescriptorImpl
writeObject 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 class
ClasspathDescriptorFileFinder
Deprecated.Use org.glassfish.hk2.utilities.ClasspathDescriptorFileFinderclass
URLDescriptorFileFinder
-
Uses of DescriptorFileFinder in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement DescriptorFileFinder Modifier and Type Class Description class
ClasspathDescriptorFileFinder
This is an implementation ofDescriptorFileFinder
that 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)
-