public static class Attributes.Name extends Object
| Modifier and Type | Field and Description |
|---|---|
static Attributes.Name |
CLASS_PATH
Name对象
Class-Path清单属性。
|
static Attributes.Name |
CONTENT_TYPE
对于
Content-Type体现
Name对象属性。
|
static Attributes.Name |
EXTENSION_INSTALLATION
Name对象
Extension-Name清单属性用来定义依赖于安装的扩展。
|
static Attributes.Name |
EXTENSION_LIST
Name对象
Extension-List清单属性用来定义依赖于安装的扩展。
|
static Attributes.Name |
EXTENSION_NAME
Name对象
Extension-Name清单属性用来定义依赖于安装的扩展。
|
static Attributes.Name |
IMPLEMENTATION_TITLE
Name对象
Implementation-Title清单属性用于封装版本。
|
static Attributes.Name |
IMPLEMENTATION_URL
对于
Implementation-URL清单属性用于封装版本
Name对象。
|
static Attributes.Name |
IMPLEMENTATION_VENDOR
Name对象
Implementation-Vendor清单属性用于封装版本。
|
static Attributes.Name |
IMPLEMENTATION_VENDOR_ID
Name对象
Implementation-Vendor-Id清单属性用于封装版本。
|
static Attributes.Name |
IMPLEMENTATION_VERSION
对于
Implementation-Version清单属性用于封装版本
Name对象。
|
static Attributes.Name |
MAIN_CLASS
对于
Main-Class清单属性用于启动应用程序的打包jar文件
Name对象。
|
static Attributes.Name |
MANIFEST_VERSION
Name对象
Manifest-Version清单属性。
|
static Attributes.Name |
SEALED
Name对象
Sealed清单属性用于密封。
|
static Attributes.Name |
SIGNATURE_VERSION
Name对象
Signature-Version清单属性时使用签名的JAR文件。
|
static Attributes.Name |
SPECIFICATION_TITLE
Name对象
Specification-Title清单属性用于封装版本。
|
static Attributes.Name |
SPECIFICATION_VENDOR
对于
Specification-Vendor清单属性用于封装版本
Name对象。
|
static Attributes.Name |
SPECIFICATION_VERSION
Name对象
Specification-Version清单属性用于封装版本。
|
public static final Attributes.Name MANIFEST_VERSION
Name对象
Manifest-Version清单属性。此属性表示了一个罐子文件的清单符合的清单标准的版本号。
public static final Attributes.Name SIGNATURE_VERSION
Signature-Version体现
Name对象属性时使用签名的JAR文件。
public static final Attributes.Name CONTENT_TYPE
Name对象
Content-Type清单属性。
public static final Attributes.Name CLASS_PATH
Name对象
Class-Path清单属性。捆绑扩展可以使用此属性来查找包含需要的类的其他文件。
public static final Attributes.Name MAIN_CLASS
Name对象
Main-Class清单属性用于启动应用程序的打包jar文件。的
Main-Class属性中使用的
java应用程序的命令行选项一起
-jar。
public static final Attributes.Name SEALED
Name对象
Sealed清单属性用于密封。
public static final Attributes.Name EXTENSION_LIST
Name对象
Extension-List清单属性用来定义依赖于安装的扩展。
public static final Attributes.Name EXTENSION_NAME
Name对象
Extension-Name清单属性用来定义依赖于安装的扩展。
public static final Attributes.Name EXTENSION_INSTALLATION
Name对象
Extension-Name清单属性用来定义依赖于安装的扩展。
public static final Attributes.Name IMPLEMENTATION_TITLE
Implementation-Title清单属性用于封装版本
Name对象。
public static final Attributes.Name IMPLEMENTATION_VERSION
Name对象
Implementation-Version清单属性用于封装版本。
public static final Attributes.Name IMPLEMENTATION_VENDOR
Implementation-Vendor清单属性用于封装版本
Name对象。
public static final Attributes.Name IMPLEMENTATION_VENDOR_ID
Name对象
Implementation-Vendor-Id清单属性用于封装版本。
public static final Attributes.Name IMPLEMENTATION_URL
Name对象
Implementation-URL清单属性用于封装版本。
public static final Attributes.Name SPECIFICATION_TITLE
Name对象
Specification-Title清单属性用于封装版本。
public static final Attributes.Name SPECIFICATION_VERSION
Name对象
Specification-Version清单属性用于封装版本。
public static final Attributes.Name SPECIFICATION_VENDOR
Specification-Vendor清单属性用于封装版本
Name对象。
public Name(String name)
name -属性字符串名称
IllegalArgumentException -如果属性名无效
NullPointerException -如果属性名称为空
public boolean equals(Object o)
equals 方法重写,继承类
Object
o -比较对象
Object.hashCode(),
HashMap
public int hashCode()
hashCode 方法重写,继承类
Object
Object.equals(java.lang.Object),
System.identityHashCode(java.lang.Object)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.