| 软件包 | 描述 |
|---|---|
| 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.