Package | Description |
---|---|
org.codehaus.plexus.archiver.jar |
Modifier and Type | Class and Description |
---|---|
class |
Manifest.ExistingAttribute |
Modifier and Type | Field and Description |
---|---|
private java.util.Hashtable<java.lang.String,Manifest.Attribute> |
Manifest.Section.attributes
The section's attributes.
|
Modifier and Type | Method and Description |
---|---|
Manifest.Attribute |
Manifest.Section.getAttribute(java.lang.String attributeName)
Get a attribute of the section
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Manifest.Section.addAttributeAndCheck(Manifest.Attribute attribute)
Add an attribute to the section
|
java.lang.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) |
static java.lang.String |
Manifest.remap(java.util.jar.Attributes backingAttributes,
Manifest.Attribute attribute) |
protected void |
Manifest.Section.storeAttribute(Manifest.Attribute attribute)
Store an attribute and update the index.
|