JavaTM 2 Platform
Standard Ed. 6

类 java.util.jar.Attributes.Name
的使用

使用 Attributes.Name 的软件包
java.util.jar 提供读写 JAR (Java ARchive) 文件格式的类,该格式基于具有可选清单文件的标准 ZIP 文件格式。 
 

java.util.jarAttributes.Name 的使用
 

声明为 Attributes.Namejava.util.jar 中的字段
static Attributes.Name Attributes.Name.CLASS_PATH
          Class-PathName 对象具有的属性。
static Attributes.Name Attributes.Name.CONTENT_TYPE
          Content-TypeName 对象具有的属性。
static Attributes.Name Attributes.Name.EXTENSION_INSTALLATION
          Extension-NameName 对象具有的属性,用于声明已安装扩展上的依赖项。
static Attributes.Name Attributes.Name.EXTENSION_LIST
          Extension-ListName 对象具有的属性,用于声明已安装扩展上的依赖项。
static Attributes.Name Attributes.Name.EXTENSION_NAME
          Extension-NameName 对象具有的属性,用于声明已安装扩展上的依赖项。
static Attributes.Name Attributes.Name.IMPLEMENTATION_TITLE
          Implementation-TitleName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.IMPLEMENTATION_URL
          Implementation-Vendor-URLName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.IMPLEMENTATION_VENDOR
          Implementation-VendorName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.IMPLEMENTATION_VENDOR_ID
          Implementation-Vendor-IdName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.IMPLEMENTATION_VERSION
          Implementation-VersionName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.MAIN_CLASS
          Main-ClassName 对象具有的属性,用于启动打包在 JAR 文件中的应用程序。
static Attributes.Name Attributes.Name.MANIFEST_VERSION
          Manifest-VersionName 对象具有的属性。
static Attributes.Name Attributes.Name.SEALED
          SealedName 对象给出了用于密封的属性。
static Attributes.Name Attributes.Name.SIGNATURE_VERSION
          Signature-VersionName 对象给出了签名 JAR 文件时所使用的属性。
static Attributes.Name Attributes.Name.SPECIFICATION_TITLE
          Specification-TitleName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.SPECIFICATION_VENDOR
          Specification-VendorName 对象给出了用于包的版本控制的属性。
static Attributes.Name Attributes.Name.SPECIFICATION_VERSION
          Specification-VersionName 对象给出了用于包的版本控制的属性。
 

参数类型为 Attributes.Namejava.util.jar 中的方法
 String Attributes.getValue(Attributes.Name name)
          返回指定的 Attributes.Name 的值,如果未找到,则返回 null。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only