Class ManifestConstants

java.lang.Object
org.codehaus.plexus.archiver.jar.ManifestConstants

class ManifestConstants extends Object
Manifest constants Not part of any public API
  • Field Details

    • ATTRIBUTE_MANIFEST_VERSION

      public static final String ATTRIBUTE_MANIFEST_VERSION
      The standard manifest version header
      See Also:
    • ATTRIBUTE_SIGNATURE_VERSION

      public static final String ATTRIBUTE_SIGNATURE_VERSION
      The standard Signature Version header
      See Also:
    • ATTRIBUTE_NAME

      public static final String ATTRIBUTE_NAME
      The Name Attribute is the first in a named section
      See Also:
    • ATTRIBUTE_FROM

      public static final String ATTRIBUTE_FROM
      The From Header is disallowed in a Manifest
      See Also:
    • ATTRIBUTE_CLASSPATH

      public static final String ATTRIBUTE_CLASSPATH
      The Class-Path Header is special - it can be duplicated
      See Also:
    • DEFAULT_MANIFEST_VERSION

      public static final String DEFAULT_MANIFEST_VERSION
      Default Manifest version if one is not specified
      See Also:
  • Constructor Details

    • ManifestConstants

      ManifestConstants()