Uses of Interface
org.osgi.service.cm.Configuration
-
Packages that use Configuration Package Description org.osgi.service.cm -
-
Uses of Configuration in org.osgi.service.cm
Methods in org.osgi.service.cm that return Configuration Modifier and Type Method Description ConfigurationConfigurationAdmin. createFactoryConfiguration(java.lang.String factoryPid)Create a new factoryConfigurationobject with a new PID.ConfigurationConfigurationAdmin. createFactoryConfiguration(java.lang.String factoryPid, java.lang.String location)Create a new factoryConfigurationobject with a new PID.ConfigurationConfigurationAdmin. getConfiguration(java.lang.String pid)Get an existing or newConfigurationobject from the persistent store.ConfigurationConfigurationAdmin. getConfiguration(java.lang.String pid, java.lang.String location)Get an existingConfigurationobject from the persistent store, or create a newConfigurationobject.Configuration[]ConfigurationAdmin. listConfigurations(java.lang.String filter)List the currentConfigurationobjects which match the filter.
-