JavaTM 2 Platform
Standard Ed. 5.0

java.util.jar
类 Attributes.Name

java.lang.Object
  继承者 java.util.jar.Attributes.Name
正在封闭类:
Attributes

public static class Attributes.Name
extends Object

Attributes.Name 类表示存储在此 Map 中的一个属性名称。有效的属性名称是区分大小写的,只能取 [0-9a-zA-Z_-] 集合中的 ASCII 字符,且长度不能超过 70 个字符。属性值可以包含任意字符,当属性值被写入输出流时将进行 UTF8 编码。有关有效属性名称和值的更多信息,请参阅 JAR File Specification


字段摘要
static Attributes.Name CLASS_PATH
          Class-PathName 对象具有的属性。
static Attributes.Name CONTENT_TYPE
          Content-TypeName 对象具有的属性。
static Attributes.Name EXTENSION_INSTALLATION
          Extension-NameName 对象具有的属性,用于声明已安装扩展上的依赖项。
static Attributes.Name EXTENSION_LIST
          Extension-ListName 对象具有的属性,用于声明已安装扩展上的依赖项。
static Attributes.Name EXTENSION_NAME
          Extension-NameName 对象具有的属性,用于声明已安装扩展上的依赖项。
static Attributes.Name IMPLEMENTATION_TITLE
          Implementation-TitleName 对象给出了用于包的版本控制的属性。
static Attributes.Name IMPLEMENTATION_URL
          Implementation-Vendor-URLName 对象给出了用于包的版本控制的属性。
static Attributes.Name IMPLEMENTATION_VENDOR
          Implementation-VendorName 对象给出了用于包的版本控制的属性。
static Attributes.Name IMPLEMENTATION_VENDOR_ID
          Implementation-Vendor-IdName 对象给出了用于包的版本控制的属性。
static Attributes.Name IMPLEMENTATION_VERSION
          Implementation-VersionName 对象给出了用于包的版本控制的属性。
static Attributes.Name MAIN_CLASS
          Main-ClassName 对象具有的属性,用于启动打包在 JAR 文件中的应用程序。
static Attributes.Name MANIFEST_VERSION
          Manifest-VersionName 对象具有的属性。
static Attributes.Name SEALED
          SealedName 对象给出了用于密封的属性。
static Attributes.Name SIGNATURE_VERSION
          Signature-VersionName 对象给出了签名 JAR 文件时所使用的属性。
static Attributes.Name SPECIFICATION_TITLE
          Specification-TitleName 对象给出了用于包的版本控制的属性。
static Attributes.Name SPECIFICATION_VENDOR
          Specification-VendorName 对象给出了用于包的版本控制的属性。
static Attributes.Name SPECIFICATION_VERSION
          Specification-VersionName 对象给出了用于包的版本控制的属性。
 
构造方法摘要
Attributes.Name(String name)
          用给定字符串名称构造一个新的属性名称。
 
方法摘要
 boolean equals(Object o)
          将此属性名称与另一个属性名称进行相等性比较。
 int hashCode()
          计算此属性名称的哈希值。
 String toString()
          返回字符串形式的属性名称。
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

MANIFEST_VERSION

public static final Attributes.Name MANIFEST_VERSION
Manifest-VersionName 对象具有的属性。此属性指示 JAR 文件清单所遵守的清单标准的版本号。

另请参见:
Manifest and Signature Specification

SIGNATURE_VERSION

public static final Attributes.Name SIGNATURE_VERSION
Signature-VersionName 对象给出了签名 JAR 文件时所使用的属性。

另请参见:
Manifest and Signature Specification

CONTENT_TYPE

public static final Attributes.Name CONTENT_TYPE
Content-TypeName 对象具有的属性。


CLASS_PATH

public static final Attributes.Name CLASS_PATH
Class-PathName 对象具有的属性。扩展包可以使用此属性来查找包含所需类的其他 JAR 文件。

另请参见:
Extensions Specification

MAIN_CLASS

public static final Attributes.Name MAIN_CLASS
Main-ClassName 对象具有的属性,用于启动打包在 JAR 文件中的应用程序。Main-Class 属性与 java 应用程序启动器的 -jar 命令行选项一起使用。


SEALED

public static final Attributes.Name SEALED
SealedName 对象给出了用于密封的属性。

另请参见:
Extension Sealing

EXTENSION_LIST

public static final Attributes.Name EXTENSION_LIST
Extension-ListName 对象具有的属性,用于声明已安装扩展上的依赖项。

另请参见:
Installed extension dependency

EXTENSION_NAME

public static final Attributes.Name EXTENSION_NAME
Extension-NameName 对象具有的属性,用于声明已安装扩展上的依赖项。

另请参见:
Installed extension dependency

EXTENSION_INSTALLATION

public static final Attributes.Name EXTENSION_INSTALLATION
Extension-NameName 对象具有的属性,用于声明已安装扩展上的依赖项。

另请参见:
Installed extension dependency

IMPLEMENTATION_TITLE

public static final Attributes.Name IMPLEMENTATION_TITLE
Implementation-TitleName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

IMPLEMENTATION_VERSION

public static final Attributes.Name IMPLEMENTATION_VERSION
Implementation-VersionName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

IMPLEMENTATION_VENDOR

public static final Attributes.Name IMPLEMENTATION_VENDOR
Implementation-VendorName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

IMPLEMENTATION_VENDOR_ID

public static final Attributes.Name IMPLEMENTATION_VENDOR_ID
Implementation-Vendor-IdName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

IMPLEMENTATION_URL

public static final Attributes.Name IMPLEMENTATION_URL
Implementation-Vendor-URLName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

SPECIFICATION_TITLE

public static final Attributes.Name SPECIFICATION_TITLE
Specification-TitleName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

SPECIFICATION_VERSION

public static final Attributes.Name SPECIFICATION_VERSION
Specification-VersionName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification

SPECIFICATION_VENDOR

public static final Attributes.Name SPECIFICATION_VENDOR
Specification-VendorName 对象给出了用于包的版本控制的属性。

另请参见:
Java Product Versioning Specification
构造方法详细信息

Attributes.Name

public Attributes.Name(String name)
用给定字符串名称构造一个新的属性名称。

参数:
name - 属性字符串名称
抛出:
IllegalArgumentException - 如果属性名称无效
NullPointerException - 如果属性名称为 null
方法详细信息

equals

public boolean equals(Object o)
将此属性名称与另一个属性名称进行相等性比较。

覆盖:
Object 中的 equals
参数:
o - 要比较的对象
返回:
如果此属性名称与指定的属性对象相等,则返回 true
另请参见:
Object.hashCode(), Hashtable

hashCode

public int hashCode()
计算此属性名称的哈希值。

覆盖:
Object 中的 hashCode
返回:
此对象的一个哈希码值。
另请参见:
Object.equals(java.lang.Object), Hashtable

toString

public String toString()
返回字符串形式的属性名称。

覆盖:
Object 中的 toString
返回:
该对象的字符串表示形式。

JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策