|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes.Name | |
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 | |
static Attributes.Name |
Attributes.Name.MANIFEST_VERSION
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.SIGNATURE_VERSION
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.CONTENT_TYPE
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.CLASS_PATH
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.MAIN_CLASS
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.SEALED
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_TITLE
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_VERSION
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_VENDOR
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.SPECIFICATION_TITLE
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.SPECIFICATION_VERSION
Some predefined attribute names. |
static Attributes.Name |
Attributes.Name.SPECIFICATION_VENDOR
Some predefined attribute names. |
Methods in java.util.jar with parameters of type Attributes.Name | |
String |
Attributes.getValue(Attributes.Name name)
Returns the value of the specified Attributes.Name, or null if the attribute was not found. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |