Uses of Class
java.util.jar.Attributes
 
   -  
      
Packages that use Attributes 软件包 描述 java.net 提供实现网络应用程序的类。java.util.jar 提供用于读取和写入JAR(Java ARchive)文件格式的类,该文件格式基于具有可选清单文件的标准ZIP文件格式。 -  
      
-  
        
Uses of Attributes in java.net
Methods in java.net that return Attributes 变量和类型 方法 描述 AttributesJarURLConnection. getAttributes()如果此连接的URL指向JAR文件条目,则返回此连接的Attributes对象,否则返回null。AttributesJarURLConnection. getMainAttributes()返回此连接的JAR文件的主要Attributes。 -  
        
Uses of Attributes in java.util.jar
Methods in java.util.jar that return Attributes 变量和类型 方法 描述 AttributesJarEntry. getAttributes()返回ManifestAttributes此条,或null如果没有。AttributesManifest. getAttributes(String name)返回指定条目名称的Attributes。AttributesManifest. getMainAttributes()返回Manifest的主要Attributes。Methods in java.util.jar that return types with arguments of type Attributes 变量和类型 方法 描述 Map<String,Attributes>Manifest. getEntries()返回此Manifest中包含的条目的Map。Constructors in java.util.jar with parameters of type Attributes 构造器 描述 Attributes(Attributes attr)构造一个新的Attributes对象,该对象具有与指定Attributes中相同的属性name-value映射。 
 -