Uses of Class
org.codehaus.plexus.archiver.jar.Manifest
-
Packages that use Manifest Package Description org.codehaus.plexus.archiver.jar -
-
Uses of Manifest in org.codehaus.plexus.archiver.jar
Fields in org.codehaus.plexus.archiver.jar declared as Manifest Modifier and Type Field Description private ManifestJarArchiver. configuredManifestmerged manifests added through addConfiguredManifestprivate ManifestJarArchiver. filesetManifestmerged manifests added through filesetsprivate ManifestJarArchiver. manifestthe manifest specified by the 'manifest' attribute *private ManifestJarArchiver. originalManifestManifest of original archive, will be set to null if not in update mode.private ManifestJarArchiver. savedConfiguredManifestshadow of the above if upToDate check alters the valueMethods in org.codehaus.plexus.archiver.jar that return Manifest Modifier and Type Method Description protected 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.private ManifestJarArchiver. getManifest(java.io.File manifestFile)private ManifestJarArchiver. getManifest(java.io.InputStream is)Methods in org.codehaus.plexus.archiver.jar with parameters of type Manifest Modifier and Type Method Description voidJarArchiver. 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 voidJarArchiver. writeManifest(ConcurrentJarCreator zOut, Manifest manifest)
-