-
Methods in java.net with parameters of type Manifest
| Modifier and Type |
Method |
Description |
protected Package |
URLClassLoader.definePackage(String packageName,
Manifest manifest,
URL url) |
Defines a new package using the information extracted from the specified
manifest.
|
-
Methods in java.util.jar that return Manifest
| Modifier and Type |
Method |
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.
|