Module java.base
Package java.util.jar

Class Manifest

java.lang.Object
java.util.jar.Manifest
All Implemented Interfaces:
Cloneable

public class Manifest extends Object implements Cloneable
The Manifest class is used to maintain Manifest entry names and their associated Attributes. There are main Manifest Attributes as well as per-entry Attributes. For information on the Manifest format, please see the Manifest format specification.
Since:
1.2
External Specifications
See Also: