Class Manifest

java.lang.Object
java.util.jar.Manifest
org.codehaus.plexus.archiver.jar.Manifest
All Implemented Interfaces:
Cloneable, Iterable<String>

public class Manifest extends Manifest implements Iterable<String>
Holds the data of a jar manifest.

Manifests are processed according to the Jar file specification. Specifically, a manifest element consists of a set of attributes and sections. These sections in turn may contain attributes. Note in particular that this may result in manifest lines greater than 72 bytes (including line break) being wrapped and continued on the next line. If an application can not handle the continuation mechanism, it is a defect in the application, not this task.

Since:
Ant 1.4