Uses of Class
org.codehaus.plexus.archiver.jar.Manifest
Packages that use Manifest
-
Uses of Manifest in org.codehaus.plexus.archiver.jar
Methods in org.codehaus.plexus.archiver.jar that return ManifestModifier and TypeMethodDescriptionprotected ManifestJarArchiver.createManifest()Creates the manifest to be added to the JAR archive.protected ManifestModularJarArchiver.createManifest()static ManifestManifest.getDefaultManifest()static ManifestManifest.getDefaultManifest(boolean minimalDefaultManifest) Construct a manifest from Ant's default manifest file.Methods in org.codehaus.plexus.archiver.jar with parameters of type ManifestModifier and TypeMethodDescriptionvoidJarArchiver.addConfiguredManifest(Manifest newManifest) Allows the manifest for the archive file to be provided inline in the build file rather than in an external file.