Package | Description |
---|---|
java.net | |
java.util.jar |
Modifier and Type | Method and Description |
---|---|
Attributes |
JarURLConnection.getAttributes() |
Attributes |
JarURLConnection.getMainAttributes() |
Modifier and Type | Method and Description |
---|---|
Attributes |
JarEntry.getAttributes()
Returns the Attributes object associated with this entry or null if none
exists.
|
Attributes |
Manifest.getAttributes(String name)
Returns the Attributes associated with the parameter entry name
|
Attributes |
Manifest.getMainAttributes()
Returns the main Attributes of the JarFile.
|
Constructor and Description |
---|
Attributes(Attributes attrib)
Constructs an Attributes instance obtaining keys and values from the
parameter Attributes, attrib
|