org.codehaus.plexus.archiver.jar
Class Manifest.ExistingSection
java.lang.Object
org.codehaus.plexus.archiver.jar.Manifest.ExistingSection
- All Implemented Interfaces:
- Iterable<String>
- Enclosing class:
- Manifest
public class Manifest.ExistingSection
- extends Object
- implements Iterable<String>
Manifest.ExistingSection
public Manifest.ExistingSection(Attributes backingAttributes,
String sectionName)
iterator
public Iterator<String> iterator()
- Specified by:
iterator
in interface Iterable<String>
getAttribute
public Manifest.ExistingAttribute getAttribute(String attributeName)
getName
public String getName()
getAttributeValue
public String getAttributeValue(String attributeName)
removeAttribute
public void removeAttribute(String attributeName)
addConfiguredAttribute
public void addConfiguredAttribute(Manifest.Attribute attribute)
throws ManifestException
- Throws:
ManifestException
addAttributeAndCheck
public String addAttributeAndCheck(Manifest.Attribute attribute)
throws ManifestException
- Throws:
ManifestException
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object rhs)
- Overrides:
equals
in class Object
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.