Uses of Class
org.codehaus.plexus.archiver.jar.Manifest
Packages that use Manifest
-
Uses of Manifest in org.codehaus.plexus.archiver.jar
Fields in org.codehaus.plexus.archiver.jar declared as ManifestModifier and TypeFieldDescriptionprivate Manifest
JarArchiver.configuredManifest
merged manifests added through addConfiguredManifestprivate Manifest
JarArchiver.filesetManifest
merged manifests added through filesetsprivate Manifest
JarArchiver.manifest
the manifest specified by the 'manifest' attribute *private Manifest
JarArchiver.originalManifest
Manifest of original archive, will be set to null if not in update mode.private Manifest
JarArchiver.savedConfiguredManifest
shadow of the above if upToDate check alters the valueMethods in org.codehaus.plexus.archiver.jar that return ManifestModifier and TypeMethodDescriptionprotected Manifest
JarArchiver.createManifest()
Creates the manifest to be added to the JAR archive.protected Manifest
ModularJarArchiver.createManifest()
static Manifest
Manifest.getDefaultManifest()
static Manifest
Manifest.getDefaultManifest
(boolean minimalDefaultManifest) Construct a manifest from Ant's default manifest file.private Manifest
JarArchiver.getManifest
(File manifestFile) private Manifest
JarArchiver.getManifest
(InputStream is) Methods in org.codehaus.plexus.archiver.jar with parameters of type ManifestModifier and TypeMethodDescriptionvoid
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.private void
JarArchiver.writeManifest
(ConcurrentJarCreator zOut, Manifest manifest)