Uses of Interface
org.osgi.service.cm.Configuration
-
Uses of Configuration in org.osgi.service.cm
Modifier and TypeMethodDescriptionConfigurationAdmin.createFactoryConfiguration
(String factoryPid) Create a new factoryConfiguration
object with a new PID.ConfigurationAdmin.createFactoryConfiguration
(String factoryPid, String location) Create a new factoryConfiguration
object with a new PID.ConfigurationAdmin.getConfiguration
(String pid) Get an existing or newConfiguration
object from the persistent store.ConfigurationAdmin.getConfiguration
(String pid, String location) Get an existingConfiguration
object from the persistent store, or create a newConfiguration
object.ConfigurationAdmin.getFactoryConfiguration
(String factoryPid, String name) Get an existing or newConfiguration
object from the persistent store.ConfigurationAdmin.getFactoryConfiguration
(String factoryPid, String name, String location) Get an existing or newConfiguration
object from the persistent store.ConfigurationAdmin.listConfigurations
(String filter) List the currentConfiguration
objects which match the filter.