Modifier and Type | Method and Description |
---|---|
private void |
Main.addDescriptorFileFinder(ServiceLocator serviceLocator,
DescriptorFileFinder descriptorFileFinder) |
ServiceLocator |
Main.createServiceLocator(ModulesRegistry mr,
StartupContext context,
java.util.List<PopulatorPostProcessor> postProcessors,
DescriptorFileFinder descriptorFileFinder) |
Modifier and Type | Method and 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 the
DescriptorImpl writeObject method. |
Modifier and Type | Interface and Description |
---|---|
interface |
DescriptorFileFinder
Deprecated.
use
DescriptorFileFinder instead |
Modifier and Type | Method and 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 the
DescriptorImpl writeObject method. |
Modifier and Type | Class and Description |
---|---|
class |
URLDescriptorFileFinder |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathDescriptorFileFinder
This is an implementation of
DescriptorFileFinder that
uses a particular classloader in order to find descriptor files. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActiveDescriptor<?>> |
PopulatorImpl.populate(DescriptorFileFinder fileFinder,
PopulatorPostProcessor... postProcessors) |