Package org.codehaus.plexus.archiver.jar
Class Manifest.ExistingSection
java.lang.Object
org.codehaus.plexus.archiver.jar.Manifest.ExistingSection
- Enclosing class:
Manifest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributeAndCheck
(Manifest.Attribute attribute) void
addConfiguredAttribute
(Manifest.Attribute attribute) boolean
getAttribute
(String attributeName) getAttributeValue
(String attributeName) getName()
int
hashCode()
iterator()
void
removeAttribute
(String attributeName) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
backingAttributes
-
sectionName
-
-
Constructor Details
-
ExistingSection
-
-
Method Details
-
iterator
-
getAttribute
-
getName
-
getAttributeValue
-
removeAttribute
-
addConfiguredAttribute
- Throws:
ManifestException
-
addAttributeAndCheck
- Throws:
ManifestException
-
hashCode
public int hashCode() -
equals
-