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.