public static class Attributes.Name extends Object
| Modifier and Type | Field and Description |
|---|---|
static Attributes |
CLASS_PATH
Name object for
Class-Path manifest attribute.
|
static Attributes |
CONTENT_TYPE
Name object for
Content-Type manifest attribute.
|
static Attributes |
EXTENSION_INSTALLATION
Name object for
Extension-Name manifest attribute used for declaring dependencies on installed extensions.
|
static Attributes |
EXTENSION_LIST
Name object for
Extension-List manifest attribute used for declaring dependencies on installed extensions.
|
static Attributes |
EXTENSION_NAME
Name object for
Extension-Name manifest attribute used for declaring dependencies on installed extensions.
|
static Attributes |
IMPLEMENTATION_TITLE
Name object for
Implementation-Title manifest attribute used for package versioning.
|
static Attributes |
IMPLEMENTATION_URL
Name object for
Implementation-URL manifest attribute used for package versioning.
|
static Attributes |
IMPLEMENTATION_VENDOR
Name object for
Implementation-Vendor manifest attribute used for package versioning.
|
static Attributes |
IMPLEMENTATION_VENDOR_ID
Name object for
Implementation-Vendor-Id manifest attribute used for package versioning.
|
static Attributes |
IMPLEMENTATION_VERSION
Name object for
Implementation-Version manifest attribute used for package versioning.
|
static Attributes |
MAIN_CLASS
Name object for
Main-Class manifest attribute used for launching applications packaged in JAR files.
|
static Attributes |
MANIFEST_VERSION
Name object for
Manifest-Version manifest attribute.
|
static Attributes |
SEALED
Name object for
Sealed manifest attribute used for sealing.
|
static Attributes |
SIGNATURE_VERSION
Name object for
Signature-Version manifest attribute used when signing JAR files.
|
static Attributes |
SPECIFICATION_TITLE
Name object for
Specification-Title manifest attribute used for package versioning.
|
static Attributes |
SPECIFICATION_VENDOR
Name object for
Specification-Vendor manifest attribute used for package versioning.
|
static Attributes |
SPECIFICATION_VERSION
Name object for
Specification-Version manifest attribute used for package versioning.
|
| Constructor and Description |
|---|
Name(String
Constructs a new attribute name using the given string name.
|
public static final Attributes.Name MANIFEST_VERSION
Name object for
Manifest-Version manifest attribute. This attribute indicates the version number of the manifest standard to which a JAR file's manifest conforms.
public static final Attributes.Name SIGNATURE_VERSION
Name object for
Signature-Version manifest attribute used when signing JAR files.
public static final Attributes.Name CONTENT_TYPE
Name object for
Content-Type manifest attribute.
public static final Attributes.Name CLASS_PATH
Name object for
Class-Path manifest attribute. Bundled extensions can use this attribute to find other JAR files containing needed classes.
public static final Attributes.Name MAIN_CLASS
Name object for
Main-Class manifest attribute used for launching applications packaged in JAR files. The
Main-Class attribute is used in conjunction with the
-jar command-line option of the
java application launcher.
public static final Attributes.Name SEALED
Name object for
Sealed manifest attribute used for sealing.
public static final Attributes.Name EXTENSION_LIST
Name object for
Extension-List manifest attribute used for declaring dependencies on installed extensions.
public static final Attributes.Name EXTENSION_NAME
Name object for
Extension-Name manifest attribute used for declaring dependencies on installed extensions.
public static final Attributes.Name EXTENSION_INSTALLATION
Name object for
Extension-Name manifest attribute used for declaring dependencies on installed extensions.
public static final Attributes.Name IMPLEMENTATION_TITLE
Name object for
Implementation-Title manifest attribute used for package versioning.
public static final Attributes.Name IMPLEMENTATION_VERSION
Name object for
Implementation-Version manifest attribute used for package versioning.
public static final Attributes.Name IMPLEMENTATION_VENDOR
Name object for
Implementation-Vendor manifest attribute used for package versioning.
public static final Attributes.Name IMPLEMENTATION_VENDOR_ID
Name object for
Implementation-Vendor-Id manifest attribute used for package versioning.
public static final Attributes.Name IMPLEMENTATION_URL
Name object for
Implementation-URL manifest attribute used for package versioning.
public static final Attributes.Name SPECIFICATION_TITLE
Name object for
Specification-Title manifest attribute used for package versioning.
public static final Attributes.Name SPECIFICATION_VERSION
Name object for
Specification-Version manifest attribute used for package versioning.
public static final Attributes.Name SPECIFICATION_VENDOR
Name object for
Specification-Vendor manifest attribute used for package versioning.
public Name(Stringname)
name - the attribute string name
IllegalArgumentException - if the attribute name was invalid
NullPointerException - if the attribute name was null
public boolean equals(Objecto)
equals in class
Object
o - the object to compare
Object.hashCode() ,
HashMap
public int hashCode()
hashCode in class
Object
Object.equals(java.lang.Object) ,
System.identityHashCode(java.lang.Object)