public interface ConfigurationAdminPlugin
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConfigurationData(String configurationPid,
Map<String,Object> configurationDataMap,
org.osgi.framework.BundleContext bundleContext)
Returns a map of configuration data that should be appended to the configurationDataMap
parameter.
|
Map<String,Object> getConfigurationData(String configurationPid, Map<String,Object> configurationDataMap, org.osgi.framework.BundleContext bundleContext)
configurationPid
- service.pid for the ConfigurationAdmin configurationconfigurationDataMap
- map of what properties have already been added to the configuration
in questionbundleContext
- used to retrieve list of servicesThis work is licensed under a Creative Commons Attribution 4.0 International License.