软件包 | 描述 |
---|---|
java.net |
为实现网络应用程序提供类。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
Modifier and Type | Method and Description |
---|---|
Attributes |
JarURLConnection.getAttributes()
返回此连接的属性对象,如果它指向一个罐子文件条目的网址,否则为空。
|
Attributes |
JarURLConnection.getMainAttributes()
返回此连接的文件的主属性。
|
Modifier and Type | Method and Description |
---|---|
Attributes |
JarEntry.getAttributes()
返回
Manifest
Attributes 这个条目,或
null 如果没有。
|
Attributes |
Manifest.getAttributes(String name)
返回指定的入口名称的属性。
|
Attributes |
Manifest.getMainAttributes()
返回清单的主要属性。
|
Modifier and Type | Method and Description |
---|---|
Map<String,Attributes> |
Manifest.getEntries()
返回包含在这个清单中的条目的Map。
|
Constructor and Description |
---|
Attributes(Attributes attr)
在指定的属性中构造具有相同属性名称值映射的新属性对象。
|
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.