API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.jar. Attributes.Name View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Attributes.Name
Implements
Subclasses
Description
publicstatic class Attributes.Name
  The Attributes.Name class represents an attribute name stored in this Map.
See also:   
Constructors
public Attributes.Name (String name)
  Constructs a new attribute name using the given string name.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
  Compares this attribute name to another for equality.
public int hashCode ()
Computes the hash value for this attribute name.
public String toString ()
Returns the attribute name as a String.
Fields
Hide/Show inherited fields
publicfinalstatic Name CLASS_PATH
  Name object for Class-Path manifest attribute.
publicfinalstatic Name CONTENT_TYPE
Name object for Content-Type manifest attribute.
publicfinalstatic Name EXTENSION_INSTALLATION
  Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
publicfinalstatic Name EXTENSION_LIST
  Name object for Extension-List manifest attribute used for declaring dependencies on installed extensions.
publicfinalstatic Name EXTENSION_NAME
  Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
publicfinalstatic Name IMPLEMENTATION_TITLE
  Name object for Implementation-Title manifest attribute used for package versioning.
publicfinalstatic Name IMPLEMENTATION_URL
  Name object for Implementation-Vendor-URL manifest attribute used for package versioning.
publicfinalstatic Name IMPLEMENTATION_VENDOR
  Name object for Implementation-Vendor manifest attribute used for package versioning.
publicfinalstatic Name IMPLEMENTATION_VENDOR_ID
  Name object for Implementation-Vendor-Id manifest attribute used for package versioning.
publicfinalstatic Name IMPLEMENTATION_VERSION
  Name object for Implementation-Version manifest attribute used for package versioning.
publicfinalstatic Name MAIN_CLASS
  Name object for Main-Class manifest attribute used for launching applications packaged in JAR files.
publicfinalstatic Name MANIFEST_VERSION
  Name object for Manifest-Version manifest attribute.
publicfinalstatic Name SEALED
  Name object for Sealed manifest attribute used for sealing.
publicfinalstatic Name SIGNATURE_VERSION
  Name object for Signature-Version manifest attribute used when signing JAR files.
publicfinalstatic Name SPECIFICATION_TITLE
  Name object for Specification-Title manifest attribute used for package versioning.
publicfinalstatic Name SPECIFICATION_VENDOR
  Name object for Specification-Vendor manifest attribute used for package versioning.
publicfinalstatic Name SPECIFICATION_VERSION
  Name object for Specification-Version manifest attribute used for package versioning.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar