Frames | No Frames |
Constructors which throw type org.codehaus.plexus.archiver.jar.ManifestException | |
Manifest.Attribute.Attribute(String line) Construct an attribute by parsing a line from the Manifest
| |
Read a manifest file from the given reader
|
Methods which throw type org.codehaus.plexus.archiver.jar.ManifestException | |
String | Add an attribute to the section
|
void | Add an attribute to the manifest - it is added to the main section. |
void | Add an attribute to the section. |
void | Allows the manifest for the archive file to be provided inline
in the build file rather than in an external file. |
void | Add a section to the manifest
|
void | Merge the contents of the given manifest into this manifest
|
void | Merge the contents of the given manifest into this manifest
|
void | Merge in another section
|
void | Manifest.Attribute.parse(String line) Parse a line into name and value pairs
|
String | Manifest.Section.read(BufferedReader reader) Read a section through a reader. |