Uses of Class
org.codehaus.plexus.archiver.jar.Manifest.Attribute
-
Uses of Manifest.Attribute in org.codehaus.plexus.archiver.jar
Modifier and TypeMethodDescriptionManifest.Section.getAttribute
(String attributeName) Get a attribute of the sectionModifier and TypeMethodDescriptionManifest.ExistingSection.addAttributeAndCheck
(Manifest.Attribute attribute) Manifest.Section.addAttributeAndCheck
(Manifest.Attribute attribute) Add an attribute to the sectionvoid
Manifest.addConfiguredAttribute
(Manifest.Attribute attribute) Add an attribute to the manifest - it is added to the main section.void
Manifest.ExistingSection.addConfiguredAttribute
(Manifest.Attribute attribute) void
Manifest.Section.addConfiguredAttribute
(Manifest.Attribute attribute) Add an attribute to the section.static String
Manifest.remap
(Attributes backingAttributes, Manifest.Attribute attribute) protected void
Manifest.Section.storeAttribute
(Manifest.Attribute attribute) Store an attribute and update the index.