Package | Description |
---|---|
org.osgi.service.cm |
Configuration Admin Package Version 1.6.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.ConfigurationAttribute |
Configuration.ConfigurationAttribute.valueOf(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 |
---|---|
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 © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0