class ManifestConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_CLASSPATH
The Class-Path Header is special - it can be duplicated
|
static java.lang.String |
ATTRIBUTE_FROM
The From Header is disallowed in a Manifest
|
static java.lang.String |
ATTRIBUTE_MANIFEST_VERSION
The standard manifest version header
|
static java.lang.String |
ATTRIBUTE_NAME
The Name Attribute is the first in a named section
|
static java.lang.String |
ATTRIBUTE_SIGNATURE_VERSION
The standard Signature Version header
|
static java.lang.String |
DEFAULT_MANIFEST_VERSION
Default Manifest version if one is not specified
|
Constructor and Description |
---|
ManifestConstants() |
public static final java.lang.String ATTRIBUTE_MANIFEST_VERSION
public static final java.lang.String ATTRIBUTE_SIGNATURE_VERSION
public static final java.lang.String ATTRIBUTE_NAME
public static final java.lang.String ATTRIBUTE_FROM
public static final java.lang.String ATTRIBUTE_CLASSPATH
public static final java.lang.String DEFAULT_MANIFEST_VERSION