Uses of Class org.codehaus.plexus.archiver.jar.Manifest

Uses in package org.codehaus.plexus.archiver.jar

Fields of type org.codehaus.plexus.archiver.jar.Manifest

Manifest
merged manifests added through addConfiguredManifest
Manifest
merged manifests added through filesets
Manifest
the manifest specified by the 'manifest' attribute *
Manifest
Manifest of original archive, will be set to null if not in update mode.
Manifest
shadow of the above if upToDate check alters the value

Methods with parameter type org.codehaus.plexus.archiver.jar.Manifest

void
Allows the manifest for the archive file to be provided inline in the build file rather than in an external file.
void
Merge the contents of the given manifest into this manifest
void
Manifest.merge(Manifest other, boolean overwriteMain)
Merge the contents of the given manifest into this manifest
void

Methods with return type org.codehaus.plexus.archiver.jar.Manifest

Manifest
Manifest
Construct a manifest from Ant's default manifest file.
Manifest
JarArchiver.getManifest(File manifestFile)
Manifest