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

Packages that use Manifest
org.codehaus.plexus.archiver.jar   
 

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

Methods in org.codehaus.plexus.archiver.jar that return Manifest
static Manifest Manifest.getDefaultManifest()
          Construct a manifest from Ant's default manifest file.
 

Methods in org.codehaus.plexus.archiver.jar with parameters of type Manifest
 void 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.
 void Manifest.merge(Manifest other)
          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
 



Copyright © 2001-2010 Codehaus. All Rights Reserved.