Uses of Interface
org.osgi.service.cm.Configuration
Packages that use Configuration
-
Uses of Configuration in org.osgi.service.cm
Methods in org.osgi.service.cm that return ConfigurationModifier 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.listConfigurations
(String filter) List the currentConfiguration
objects which match the filter.