Uses of Class org.codehaus.plexus.archiver.jar.ManifestException

Uses in package org.codehaus.plexus.archiver.jar

Constructors which throw type org.codehaus.plexus.archiver.jar.ManifestException

Construct an attribute by parsing a line from the Manifest
Manifest.Manifest(Reader r)
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
Manifest.merge(Manifest other, boolean overwriteMain)
Merge the contents of the given manifest into this manifest
void
Merge in another section
void
Parse a line into name and value pairs
String
Manifest.Section.read(BufferedReader reader)
Read a section through a reader.