|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManifestException | |
---|---|
org.codehaus.plexus.archiver.jar |
Uses of ManifestException in org.codehaus.plexus.archiver.jar |
---|
Methods in org.codehaus.plexus.archiver.jar that throw ManifestException | |
---|---|
java.lang.String |
Manifest.Section.addAttributeAndCheck(Manifest.Attribute attribute)
Add an attribute to the section |
void |
Manifest.addConfiguredAttribute(Manifest.Attribute attribute)
Add an attribute to the manifest - it is added to the main section. |
void |
Manifest.Section.addConfiguredAttribute(Manifest.Attribute attribute)
Add an attribute to the section. |
void |
JarArchiver.addConfiguredManifest(Manifest newManifest)
Allows the manifest for the archive file to be provided inline in the build file rather than in an external file. |
void |
Manifest.addConfiguredSection(Manifest.Section section)
Add a section to the manifest |
void |
Manifest.Section.merge(Manifest.Section section)
Merge in another section |
void |
Manifest.merge(Manifest other)
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 |
Manifest.Attribute.parse(java.lang.String line)
Parse a line into name and value pairs |
java.lang.String |
Manifest.Section.read(java.io.BufferedReader reader)
Read a section through a reader. |
Constructors in org.codehaus.plexus.archiver.jar that throw ManifestException | |
---|---|
Manifest.Attribute(java.lang.String line)
Construct an attribute by parsing a line from the Manifest |
|
Manifest(java.io.Reader r)
Read a manifest file from the given reader |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |