Package | Description |
---|---|
java.net | |
java.util.jar |
Modifier and Type | Method and Description |
---|---|
Manifest |
JarURLConnection.getManifest()
Return the Manifest of the underlying JarFile, as an immutable object.
|
Modifier and Type | Method and Description |
---|---|
protected Package |
URLClassLoader.definePackage(String pname,
Manifest man,
URL url) |
Modifier and Type | Method and Description |
---|---|
Manifest |
JarFile.getManifest()
Returns the Manifest object associated with this JarFile or null if no
manifest entry exists.
|
Manifest |
JarInputStream.getManifest()
Returns the Manifest object associated with this JarInputStream or null
if no manifest entry exists.
|
Constructor and Description |
---|
JarOutputStream(OutputStream out,
Manifest man) |
Manifest(Manifest man)
Constructs a new Manifest instance.
|