Moyosoft Products | Services | Download | Contact us    
JavaDocPlus
Products  >  JavaDocPlus  >  Online demo    


Latest release




Get a FREE license !
(Special offer, time limited)

Review JavaDocPlus on your blog and we'll give you a free license.

Open source projects licenced under LGPL, EPL, ASL, BSD or MIT can also obtain a free license.

Contact us to check if your project/blog is eligible.

Online demo
JavaDocPlus Demo  |  Show in full page mode
   
Overview  |  
Classic JavaDoc

Class Attributes.Name

java.lang.Objectjava.util.jar.Attributes.Name


public static class Attributes.Name

The Attributes.Name class represents an attribute name stored in this Map. Valid attribute names are case-insensitive, are restricted to the ASCII characters in the set [0-9a-zA-Z_-], and cannot exceed 70 characters in length. Attribute values can contain any characters and will be UTF8-encoded when written to the output stream. See the JAR File Specification for more information about valid attribute names and values.

Fields

CLASS_PATH
Name object for Class-Path manifest attribute. Bundled extensions can use this attribute to find other JAR files containing needed classes.
CONTENT_TYPE
Name object for Content-Type manifest attribute.
EXTENSION_INSTALLATION
Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
EXTENSION_LIST
Name object for Extension-List manifest attribute used for declaring dependencies on installed extensions.
EXTENSION_NAME
Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
IMPLEMENTATION_TITLE
Name object for Implementation-Title manifest attribute used for package versioning.
IMPLEMENTATION_URL
Name object for Implementation-Vendor-URL manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR
Name object for Implementation-Vendor manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR_ID
Name object for Implementation-Vendor-Id manifest attribute used for package versioning.
IMPLEMENTATION_VERSION
Name object for Implementation-Version manifest attribute used for package versioning.
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.
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.
SEALED
Name object for Sealed manifest attribute used for sealing.
SIGNATURE_VERSION
Name object for Signature-Version manifest attribute used when signing JAR files.
SPECIFICATION_TITLE
Name object for Specification-Title manifest attribute used for package versioning.
SPECIFICATION_VENDOR
Name object for Specification-Vendor manifest attribute used for package versioning.
SPECIFICATION_VERSION
Name object for Specification-Version manifest attribute used for package versioning.

Constructors

public
Attributes.Name (String name)
Constructs a new attribute name using the given string name.

Methods

boolean
equals (Object o)
Compares this attribute name to another for equality.
int
hashCode ()
Computes the hash value for this attribute name.
toString ()
Returns the attribute name as a String.

Inherited methods

Community comments



Powered by JavaDocPlus