所有类


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

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部