Attributes.Name
public
static
class
Attributes.Name
extends Object
| java.lang.Object | |
| ↳ | java.util.jar.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.
Summary
Fields | |
|---|---|
public
static
final
Attributes.Name |
CLASS_PATH
|
public
static
final
Attributes.Name |
CONTENT_TYPE
|
public
static
final
Attributes.Name |
EXTENSION_INSTALLATION
This field was deprecated in API level 26. Extension mechanism is no longer supported. |
public
static
final
Attributes.Name |
EXTENSION_LIST
|
public
static
final
Attributes.Name |
EXTENSION_NAME
|
public
static
final
Attributes.Name |
IMPLEMENTATION_TITLE
|
public
static
final
Attributes.Name |
IMPLEMENTATION_URL
This field was deprecated in API level 26. Extension mechanism is no longer supported. |
public
static
final
Attributes.Name |
IMPLEMENTATION_VENDOR
|
public
static
final
Attributes.Name |
IMPLEMENTATION_VENDOR_ID
This field was deprecated in API level 26. Extension mechanism is no longer supported. |
public
static
final
Attributes.Name |
IMPLEMENTATION_VERSION
|
public
static
final
Attributes.Name |
MAIN_CLASS
|
public
static
final
Attributes.Name |
MANIFEST_VERSION
|
public
static
final
Attributes.Name |
SEALED
|
public
static
final
Attributes.Name |
SIGNATURE_VERSION
|
public
static
final
Attributes.Name |
SPECIFICATION_TITLE
|
public
static
final
Attributes.Name |
SPECIFICATION_VENDOR
|
public
static
final
Attributes.Name |
SPECIFICATION_VERSION
|
Public constructors | |
|---|---|
Name(String name)
Constructs a new attribute name using the given string name. | |