| Package | Description | 
|---|---|
| org.osgi.service.cm | 
 Configuration Admin Package Version 1.6. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Configuration.ConfigurationAttribute | 
Configuration.ConfigurationAttribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Configuration.ConfigurationAttribute[] | 
Configuration.ConfigurationAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Configuration.ConfigurationAttribute> | 
Configuration.getAttributes()
Get the attributes of this configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Configuration.addAttributes(Configuration.ConfigurationAttribute... attrs)
Add attributes to the configuration. 
 | 
void | 
Configuration.removeAttributes(Configuration.ConfigurationAttribute... attrs)
Remove attributes from this configuration. 
 | 
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0