Package org.osgi.service.cm
Class ConfigurationConstants
- java.lang.Object
-
- org.osgi.service.cm.ConfigurationConstants
-
public final class ConfigurationConstants extends java.lang.Object
Defines standard constants for the Configuration Admin service.- Author:
- $Id: 3e96b9e44edc7110ecc4e373a0d4cb2930098718 $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIGURATION_ADMIN_IMPLEMENTATION
The name of the implementation capability for the Configuration Admin specificationstatic java.lang.String
CONFIGURATION_ADMIN_SPECIFICATION_VERSION
The version of the implementation capability for the Configuration Admin specification
-
-
-
Field Detail
-
CONFIGURATION_ADMIN_IMPLEMENTATION
public static final java.lang.String CONFIGURATION_ADMIN_IMPLEMENTATION
The name of the implementation capability for the Configuration Admin specification- Since:
- 1.6
- See Also:
- Constant Field Values
-
CONFIGURATION_ADMIN_SPECIFICATION_VERSION
public static final java.lang.String CONFIGURATION_ADMIN_SPECIFICATION_VERSION
The version of the implementation capability for the Configuration Admin specification- Since:
- 1.6
- See Also:
- Constant Field Values
-
-