Uses of Class
java.util.jar.Attributes.Name
Package | Description |
---|---|
java.util.jar |
Provides classes for reading and writing the JAR (Java ARchive)
file format, which is based on the standard ZIP file format with an
optional manifest file.
|
-
Uses of Attributes.Name in java.util.jar
Fields in java.util.jar declared as Attributes.Name Modifier and Type Field Description static Attributes.Name
Attributes.Name. CLASS_PATH
Name
object forClass-Path
manifest attribute.static Attributes.Name
Attributes.Name. CONTENT_TYPE
Name
object forContent-Type
manifest attribute.static Attributes.Name
Attributes.Name. EXTENSION_INSTALLATION
Deprecated.Extension mechanism is no longer supported.static Attributes.Name
Attributes.Name. EXTENSION_LIST
Name
object forExtension-List
manifest attribute used for the extension mechanism that is no longer supported.static Attributes.Name
Attributes.Name. EXTENSION_NAME
Name
object forExtension-Name
manifest attribute.static Attributes.Name
Attributes.Name. IMPLEMENTATION_TITLE
Name
object forImplementation-Title
manifest attribute used for package versioning.static Attributes.Name
Attributes.Name. IMPLEMENTATION_URL
Deprecated.Extension mechanism is no longer supported.static Attributes.Name
Attributes.Name. IMPLEMENTATION_VENDOR
Name
object forImplementation-Vendor
manifest attribute used for package versioning.static Attributes.Name
Attributes.Name. IMPLEMENTATION_VENDOR_ID
Deprecated.Extension mechanism is no longer supported.static Attributes.Name
Attributes.Name. IMPLEMENTATION_VERSION
Name
object forImplementation-Version
manifest attribute used for package versioning.static Attributes.Name
Attributes.Name. MAIN_CLASS
Name
object forMain-Class
manifest attribute used for launching applications packaged in JAR files.static Attributes.Name
Attributes.Name. MANIFEST_VERSION
Name
object forManifest-Version
manifest attribute.static Attributes.Name
Attributes.Name. MULTI_RELEASE
Name
object forMulti-Release
manifest attribute that indicates this is a multi-release JAR file.static Attributes.Name
Attributes.Name. SEALED
Name
object forSealed
manifest attribute used for sealing.static Attributes.Name
Attributes.Name. SIGNATURE_VERSION
Name
object forSignature-Version
manifest attribute used when signing JAR files.static Attributes.Name
Attributes.Name. SPECIFICATION_TITLE
Name
object forSpecification-Title
manifest attribute used for package versioning.static Attributes.Name
Attributes.Name. SPECIFICATION_VENDOR
Name
object forSpecification-Vendor
manifest attribute used for package versioning.static Attributes.Name
Attributes.Name. SPECIFICATION_VERSION
Name
object forSpecification-Version
manifest attribute used for package versioning.Methods in java.util.jar with parameters of type Attributes.Name Modifier and Type Method Description String
Attributes. getValue(Attributes.Name name)
Returns the value of the specified Attributes.Name, or null if the attribute was not found.