public class SourceConfigurationAdminPlugin extends Object implements ConfigurationAdminPlugin
| Constructor and Description |
|---|
SourceConfigurationAdminPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
CatalogFramework |
getCatalogFramework() |
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.
|
void |
init() |
void |
setCatalogFramework(CatalogFramework catalogFramework) |
public void init()
public void destroy()
public CatalogFramework getCatalogFramework()
public void setCatalogFramework(CatalogFramework catalogFramework)
public Map<String,Object> getConfigurationData(String configurationPid, Map<String,Object> configurationDataMap, org.osgi.framework.BundleContext bundleContext)
getConfigurationData in interface ConfigurationAdminPluginconfigurationPid - 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.