Frames | No Frames |
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 | 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 | JarArchiver.getManifest(Reader r) |