软件包 | 描述 |
---|---|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
Modifier and Type | Field and Description |
---|---|
static Attributes.Name |
Attributes.Name.CLASS_PATH
Name 对象
Class-Path 清单属性。
|
static Attributes.Name |
Attributes.Name.CONTENT_TYPE
Name 对象
Content-Type 清单属性。
|
static Attributes.Name |
Attributes.Name.EXTENSION_INSTALLATION
Name 对象
Extension-Name 清单属性用来定义依赖于安装的扩展。
|
static Attributes.Name |
Attributes.Name.EXTENSION_LIST
Name 对象
Extension-List 清单属性用来定义依赖于安装的扩展。
|
static Attributes.Name |
Attributes.Name.EXTENSION_NAME
Name 对象
Extension-Name 清单属性用来定义依赖于安装的扩展。
|
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_TITLE
对于
Implementation-Title 清单属性用于封装版本
Name 对象。
|
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_URL
Name 对象
Implementation-URL 清单属性用于封装版本。
|
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_VENDOR
对于
Implementation-Vendor 清单属性用于封装版本
Name 对象。
|
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_VENDOR_ID
Name 对象
Implementation-Vendor-Id 清单属性用于封装版本。
|
static Attributes.Name |
Attributes.Name.IMPLEMENTATION_VERSION
Name 对象
Implementation-Version 清单属性用于封装版本。
|
static Attributes.Name |
Attributes.Name.MAIN_CLASS
Name 对象
Main-Class 清单属性用于启动应用程序的打包jar文件。
|
static Attributes.Name |
Attributes.Name.MANIFEST_VERSION
Name 对象
Manifest-Version 清单属性。
|
static Attributes.Name |
Attributes.Name.SEALED
Name 对象
Sealed 清单属性用于密封。
|
static Attributes.Name |
Attributes.Name.SIGNATURE_VERSION
Name 对象
Signature-Version 清单属性时使用签名的JAR文件。
|
static Attributes.Name |
Attributes.Name.SPECIFICATION_TITLE
Name 对象
Specification-Title 清单属性用于封装版本。
|
static Attributes.Name |
Attributes.Name.SPECIFICATION_VENDOR
Name 对象
Specification-Vendor 清单属性用于封装版本。
|
static Attributes.Name |
Attributes.Name.SPECIFICATION_VERSION
Name 对象
Specification-Version 清单属性用于封装版本。
|
Modifier and Type | Method and Description |
---|---|
String |
Attributes.getValue(Attributes.Name name)
返回指定属性的值。如果找不到属性,名称或为空。
|
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.