Class ManifestConstants


  • class ManifestConstants
    extends java.lang.Object
    Manifest constants Not part of any public API
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ATTRIBUTE_MANIFEST_VERSION

        public static final java.lang.String ATTRIBUTE_MANIFEST_VERSION
        The standard manifest version header
        See Also:
        Constant Field Values
      • ATTRIBUTE_SIGNATURE_VERSION

        public static final java.lang.String ATTRIBUTE_SIGNATURE_VERSION
        The standard Signature Version header
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME

        public static final java.lang.String ATTRIBUTE_NAME
        The Name Attribute is the first in a named section
        See Also:
        Constant Field Values
      • ATTRIBUTE_FROM

        public static final java.lang.String ATTRIBUTE_FROM
        The From Header is disallowed in a Manifest
        See Also:
        Constant Field Values
      • ATTRIBUTE_CLASSPATH

        public static final java.lang.String ATTRIBUTE_CLASSPATH
        The Class-Path Header is special - it can be duplicated
        See Also:
        Constant Field Values
      • DEFAULT_MANIFEST_VERSION

        public static final java.lang.String DEFAULT_MANIFEST_VERSION
        Default Manifest version if one is not specified
        See Also:
        Constant Field Values
    • Constructor Detail

      • ManifestConstants

        ManifestConstants()