Uses of Class java.util.jar.Manifest

Uses in package java.net

Methods with parameter type java.util.jar.Manifest

Package
Defines a Package based on the given name and the supplied manifest information.

Methods with return type java.util.jar.Manifest

Manifest
Returns a Manifest object for this jar file, or null if there is no manifest.

Uses in package java.util.jar

Constructors with parameter type java.util.jar.Manifest

Creates a new JarOutputStream with a manifest entry.
Creates a Manifest from another Manifest.

Methods with return type java.util.jar.Manifest

Manifest
Returns the manifest for this JarFile or null when the JarFile does not contain a manifest file.
Manifest
Returns the Manifest for the jar file or null if there was no Manifest.