Uses of Interface
org.glassfish.hk2.api.DescriptorFileFinder
Packages that use DescriptorFileFinder
Package
Description
-
Uses of DescriptorFileFinder in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap with parameters of type DescriptorFileFinderModifier and TypeMethodDescriptionprivate void
Main.addDescriptorFileFinder
(ServiceLocator serviceLocator, DescriptorFileFinder descriptorFileFinder) Main.createServiceLocator
(ModulesRegistry mr, StartupContext context, List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder) -
Uses of DescriptorFileFinder in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type DescriptorFileFinderModifier and TypeMethodDescriptionList
<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.bootstrapMethods in org.glassfish.hk2.bootstrap with parameters of type DescriptorFileFinderModifier and TypeMethodDescriptionstatic List
<ActiveDescriptor> HK2Populator.populate
(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, 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 DescriptorFileFinderModifier and TypeClassDescriptionclass
Deprecated.Use org.glassfish.hk2.utilities.ClasspathDescriptorFileFinderclass
-
Uses of DescriptorFileFinder in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement DescriptorFileFinderModifier and TypeClassDescriptionclass
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 DescriptorFileFinderModifier and TypeMethodDescriptionList
<ActiveDescriptor<?>> PopulatorImpl.populate
(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)
DescriptorFileFinder
instead