Package org.codehaus.plexus.archiver.jar
Class ManifestConstants
java.lang.Object
org.codehaus.plexus.archiver.jar.ManifestConstants
Manifest constants
Not part of any public API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Class-Path Header is special - it can be duplicatedstatic final String
The From Header is disallowed in a Manifeststatic final String
The standard manifest version headerstatic final String
The Name Attribute is the first in a named sectionstatic final String
The standard Signature Version headerstatic final String
Default Manifest version if one is not specified -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ATTRIBUTE_MANIFEST_VERSION
The standard manifest version header- See Also:
-
ATTRIBUTE_SIGNATURE_VERSION
The standard Signature Version header- See Also:
-
ATTRIBUTE_NAME
The Name Attribute is the first in a named section- See Also:
-
ATTRIBUTE_FROM
The From Header is disallowed in a Manifest- See Also:
-
ATTRIBUTE_CLASSPATH
The Class-Path Header is special - it can be duplicated- See Also:
-
DEFAULT_MANIFEST_VERSION
Default Manifest version if one is not specified- See Also:
-
-
Constructor Details
-
ManifestConstants
ManifestConstants()
-