Uses of Class
org.apache.geronimo.kernel.config.Manifest

Packages that use Manifest
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.repository   
 

Uses of Manifest in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config that return Manifest
static Manifest Manifest.getDefaultManifest()
          Construct a manifest from Ant's default manifest file.
 Manifest ConfigurationData.getManifest()
           
 

Methods in org.apache.geronimo.kernel.config with parameters of type Manifest
 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
 

Uses of Manifest in org.apache.geronimo.kernel.repository
 

Methods in org.apache.geronimo.kernel.repository that return Manifest
 Manifest Environment.getManifest()
           
 



Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.