| Package | Description |
|---|---|
| org.apache.felix.webconsole.internal.configuration | |
| org.apache.felix.webconsole.spi |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.service.cm.Configuration |
ConfigurationUtil.getOrCreateConfiguration(org.osgi.service.cm.ConfigurationAdmin service,
List<ConfigurationHandler> handlers,
String pid,
String factoryPid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationHandler.createConfiguration(String pid)
A new configuration with that pid should be created
|
void |
ConfigurationHandler.createFactoryConfiguration(String factoryPid,
String name)
A new factory configuration with that pid should be created
|
void |
ConfigurationHandler.deleteConfiguration(String factoryPid,
String pid)
A configuration should be deleted
|
void |
ConfigurationHandler.updateConfiguration(String factoryPid,
String pid,
Dictionary<String,Object> props)
A configuration should be updated
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.