public static class Attributes.Name extends Object
Modifier and Type | Field and Description |
---|---|
static Attributes.Name |
CLASS_PATH
Name 对象为
Class-Path 清单属性。
|
static Attributes.Name |
CONTENT_TYPE
Name 对象为
Content-Type 清单属性。
|
static Attributes.Name |
EXTENSION_INSTALLATION
Name 对象用于
Extension-Name 用于声明对已安装扩展的依赖关系的manifest属性。
|
static Attributes.Name |
EXTENSION_LIST
Name 对象,用于
Extension-List manifest属性,用于声明对已安装扩展的依赖。
|
static Attributes.Name |
EXTENSION_NAME
Name 对象为
Extension-Name manifest属性用于声明依赖于已安装的扩展。
|
static Attributes.Name |
IMPLEMENTATION_TITLE
Name 对象为
Implementation-Title 用于包版本
Implementation-Title manifest属性。
|
static Attributes.Name |
IMPLEMENTATION_URL
Name 对象为
Implementation-URL 清单属性用于包版本控制。
|
static Attributes.Name |
IMPLEMENTATION_VENDOR
Name 对象为
Implementation-Vendor 用于包版本
Implementation-Vendor manifest属性。
|
static Attributes.Name |
IMPLEMENTATION_VENDOR_ID
Name 用于包版本控制的
Implementation-Vendor-Id 清单
Name 对象。
|
static Attributes.Name |
IMPLEMENTATION_VERSION
Name 对象为
Implementation-Version 用于包版本
Implementation-Version 清单属性。
|
static Attributes.Name |
MAIN_CLASS
Name 对象,用于
Main-Class 用于启动打包在JAR文件中的应用
Main-Class 清单属性。
|
static Attributes.Name |
MANIFEST_VERSION
Name 对象为
Manifest-Version 清单属性。
|
static Attributes.Name |
SEALED
Name 对象为
Sealed 用于密封的清单属性。
|
static Attributes.Name |
SIGNATURE_VERSION
Name 对象为
Signature-Version 签署JAR文件时使用的manifest属性。
|
static Attributes.Name |
SPECIFICATION_TITLE
Name 对象为
Specification-Title 清单属性用于包版本控制。
|
static Attributes.Name |
SPECIFICATION_VENDOR
Name 对象为
Specification-Vendor 用于包版本
Specification-Vendor manifest属性。
|
static Attributes.Name |
SPECIFICATION_VERSION
Name 对象为
Specification-Version 用于包版本
Specification-Version manifest属性。
|
public static final Attributes.Name MANIFEST_VERSION
Name
对象为Manifest-Version
清单属性。
此属性指示JAR文件的清单符合的清单标准的版本号。
public static final Attributes.Name SIGNATURE_VERSION
Name
对象为
Signature-Version
清单属性,用于签名JAR文件时。
public static final Attributes.Name CONTENT_TYPE
Name
对象为
Content-Type
清单属性。
public static final Attributes.Name CLASS_PATH
Name
对象为Class-Path
清单属性。
捆绑的扩展可以使用此属性来查找包含所需类的其他JAR文件。
public static final Attributes.Name MAIN_CLASS
Name
对象为Main-Class
manifest属性用于启动打包在JAR文件中的应用程序。
Main-Class
属性与java应用程序启动器的-jar
命令行选项结合使用。
public static final Attributes.Name SEALED
Name
对象为
Sealed
用于密封的manifest属性。
public static final Attributes.Name EXTENSION_LIST
Name
对象,用于
Extension-List
manifest属性,用于声明对已安装扩展的依赖。
public static final Attributes.Name EXTENSION_NAME
Name
对象为
Extension-Name
manifest属性用于声明依赖于已安装的扩展。
public static final Attributes.Name EXTENSION_INSTALLATION
Name
对象,用于
Extension-Name
用于声明对已安装扩展的依赖关系的manifest属性。
public static final Attributes.Name IMPLEMENTATION_TITLE
Name
对象为
Implementation-Title
清单属性用于包版本控制。
public static final Attributes.Name IMPLEMENTATION_VERSION
Name
对象为
Implementation-Version
用于包版本
Implementation-Version
manifest属性。
public static final Attributes.Name IMPLEMENTATION_VENDOR
Name
对象为
Implementation-Vendor
用于包版本
Implementation-Vendor
清单属性。
public static final Attributes.Name IMPLEMENTATION_VENDOR_ID
Name
对象为
Implementation-Vendor-Id
用于包版本
Implementation-Vendor-Id
清单属性。
public static final Attributes.Name IMPLEMENTATION_URL
Name
对象为
Implementation-URL
用于包版本
Implementation-URL
清单属性。
public static final Attributes.Name SPECIFICATION_TITLE
Name
对象为
Specification-Title
清单属性用于包版本控制。
public static final Attributes.Name SPECIFICATION_VERSION
Name
对象为
Specification-Version
用于包版本
Specification-Version
manifest属性。
public static final Attributes.Name SPECIFICATION_VENDOR
Name
对象为
Specification-Vendor
用于包版本
Specification-Vendor
manifest属性。
public Name(String name)
name
- 属性字符串名称
IllegalArgumentException
- 如果属性名称无效
NullPointerException
- 如果属性名称为空
public boolean equals(Object o)
equals
在类别
Object
o
- 要比较的对象
Object.hashCode()
, HashMap
public int hashCode()
hashCode
在类别
Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
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.