Package | Description |
---|---|
org.codehaus.plexus.archiver.jar |
Modifier and Type | Method and Description |
---|---|
String |
Manifest.Section.addAttributeAndCheck(Manifest.Attribute attribute)
Add an attribute to the section
|
String |
Manifest.ExistingSection.addAttributeAndCheck(Manifest.Attribute attribute) |
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 |
Manifest.ExistingSection.addConfiguredAttribute(Manifest.Attribute attribute) |
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 String |
Manifest.remap(Attributes backingAttributes,
Manifest.Attribute attribute) |
Constructor and Description |
---|
Manifest(Reader r)
Read a manifest file from the given reader
|
Copyright © 2001-2014 Codehaus. All Rights Reserved.