JavaTM 2 Platform
Standard Ed. 6

类 java.util.jar.Attributes
的使用

使用 Attributes 的软件包
java.net 为实现网络应用程序提供类。 
java.util.jar 提供读写 JAR (Java ARchive) 文件格式的类,该格式基于具有可选清单文件的标准 ZIP 文件格式。 
 

java.netAttributes 的使用
 

返回 Attributesjava.net 中的方法
 Attributes JarURLConnection.getAttributes()
          如果此连接的 URL 指向 JAR 文件条目,则返回其 Attribute 对象;否则返回 null。
 Attributes JarURLConnection.getMainAttributes()
          返回此连接的 JAR 文件的主要 Attribute。
 

java.util.jarAttributes 的使用
 

返回 Attributesjava.util.jar 中的方法
 Attributes JarEntry.getAttributes()
          返回此条目的 Manifest Attributes;如果没有,则返回 null
 Attributes Manifest.getAttributes(String name)
          返回指定条目名称的 Attributes。
 Attributes Manifest.getMainAttributes()
          返回 Manifest 的主 Attributes。
 

返回变量类型为 Attributes 的类型的 java.util.jar 中的方法
 Map<String,Attributes> Manifest.getEntries()
          返回此 Manifest 中所包含条目的 Map。
 

参数类型为 Attributesjava.util.jar 中的构造方法
Attributes(Attributes attr)
          构造新的 Attributes 对象,该对象与指定的 Attributes 具有相同的属性名称-值映射关系。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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