Package org.jvnet.hk2.internal
Class DynamicConfigurationServiceImpl
- java.lang.Object
-
- org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
-
- All Implemented Interfaces:
DynamicConfigurationService
@Singleton public class DynamicConfigurationServiceImpl extends Object implements DynamicConfigurationService
- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicConfiguration
createDynamicConfiguration()
Creates a dynamic configuration that can be used to add or remove values to the systemPopulator
getPopulator()
Returns a populator for this service locator that can be used to automatically read in hk2 inhabitant files (or some other external source)
-
-
-
Method Detail
-
createDynamicConfiguration
public DynamicConfiguration createDynamicConfiguration()
Description copied from interface:DynamicConfigurationService
Creates a dynamic configuration that can be used to add or remove values to the system- Specified by:
createDynamicConfiguration
in interfaceDynamicConfigurationService
- Returns:
- A dynamic configuration to be used to add values to the system
-
getPopulator
public Populator getPopulator()
Description copied from interface:DynamicConfigurationService
Returns a populator for this service locator that can be used to automatically read in hk2 inhabitant files (or some other external source)- Specified by:
getPopulator
in interfaceDynamicConfigurationService
- Returns:
- A non-null populator that can be used to fill in a
ServiceLocator
-
-