Uses of Class
org.codehaus.plexus.archiver.jar.Manifest.Attribute
-
Packages that use Manifest.Attribute Package Description org.codehaus.plexus.archiver.jar -
-
Uses of Manifest.Attribute in org.codehaus.plexus.archiver.jar
Subclasses of Manifest.Attribute in org.codehaus.plexus.archiver.jar Modifier and Type Class Description classManifest.ExistingAttributeMethods in org.codehaus.plexus.archiver.jar that return Manifest.Attribute Modifier and Type Method Description Manifest.AttributeManifest.Section. getAttribute(String attributeName)Get a attribute of the sectionMethods in org.codehaus.plexus.archiver.jar with parameters of type Manifest.Attribute Modifier and Type Method Description StringManifest.ExistingSection. addAttributeAndCheck(Manifest.Attribute attribute)StringManifest.Section. addAttributeAndCheck(Manifest.Attribute attribute)Add an attribute to the sectionvoidManifest. addConfiguredAttribute(Manifest.Attribute attribute)Add an attribute to the manifest - it is added to the main section.voidManifest.ExistingSection. addConfiguredAttribute(Manifest.Attribute attribute)voidManifest.Section. addConfiguredAttribute(Manifest.Attribute attribute)Add an attribute to the section.static StringManifest. remap(Attributes backingAttributes, Manifest.Attribute attribute)protected voidManifest.Section. storeAttribute(Manifest.Attribute attribute)Store an attribute and update the index.
-