| Package | Description |
|---|---|
| org.codehaus.plexus.archiver.jar |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
Manifest.ExistingSection.addAttributeAndCheck(Manifest.Attribute attribute) |
|
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.ExistingSection.addConfiguredAttribute(Manifest.Attribute attribute) |
|
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
|
static java.lang.String |
Manifest.remap(java.util.jar.Attributes backingAttributes,
Manifest.Attribute attribute) |
| Constructor | Description |
|---|---|
Manifest(java.io.Reader r) |
Deprecated.
This constructor does not properly map characters to bytes. Use
Manifest(InputStream). Will be removed in 4.0. |