类 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.

    作者:
    $Id: NativeNamespace.java 1614569 2014-07-30 07:22:32Z cziegeler $
    • 字段详细资料

      • NATIVE_NAMESPACE

        public static final java.lang.String NATIVE_NAMESPACE
        Namespace name for native capabilities and requirements.
        另请参阅:
        常量字段值
      • 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.
        另请参阅:
        常量字段值
      • 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.
        另请参阅:
        常量字段值