Package org.osgi.service.feature
Class FeatureConstants
- java.lang.Object
-
- org.osgi.service.feature.FeatureConstants
-
public final class FeatureConstants extends java.lang.Object
Defines standard constants for the Feature specification.- Author:
- $Id: fa0a90cb2961203839be82557c6dacfcacc2bef7 $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FEATURE_IMPLEMENTATION
The name of the implementation capability for the Feature specification.static java.lang.String
FEATURE_SPECIFICATION_VERSION
The version of the implementation capability for the Feature specification.
-
-
-
Field Detail
-
FEATURE_IMPLEMENTATION
public static final java.lang.String FEATURE_IMPLEMENTATION
The name of the implementation capability for the Feature specification.- See Also:
- Constant Field Values
-
FEATURE_SPECIFICATION_VERSION
public static final java.lang.String FEATURE_SPECIFICATION_VERSION
The version of the implementation capability for the Feature specification.- See Also:
- Constant Field Values
-
-