Class NativeNamespace


  • public final class NativeNamespace
    extends Namespace
    Native Capability and Requirement Namespace.

    This class defines the names for the attributes and directives for this namespace. All unspecified capability attributes are of type String and are used as arbitrary matching attributes for the capability. The values associated with the specified directive and attribute keys are of type String, unless otherwise indicated.

    Since:
    1.1
    • Field Detail

      • NATIVE_NAMESPACE

        public static final java.lang.String NATIVE_NAMESPACE
        Namespace name for native capabilities and requirements.
        See Also:
        Constant Field Values
      • CAPABILITY_OSVERSION_ATTRIBUTE

        public static final java.lang.String CAPABILITY_OSVERSION_ATTRIBUTE
        The capability attribute contains a Version parsed from the org.osgi.framework.os.version launching property value. The value of this attribute must be of type Version.
        See Also:
        Constant Field Values
      • CAPABILITY_LANGUAGE_ATTRIBUTE

        public static final java.lang.String CAPABILITY_LANGUAGE_ATTRIBUTE
        The capability attribute contains the org.osgi.framework.language launching property value. The value of this attribute must be of type String.
        See Also:
        Constant Field Values