Uses of Class
org.codehaus.plexus.archiver.jar.ManifestException
-
Uses of ManifestException in org.codehaus.plexus.archiver.jar
Modifier 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.void
JarArchiver.addConfiguredManifest
(Manifest newManifest) Allows the manifest for the archive file to be provided inline in the build file rather than in an external file.void
Manifest.addConfiguredSection
(Manifest.Section section) Add a section to the manifeststatic String
Manifest.remap
(Attributes backingAttributes, Manifest.Attribute attribute)