Uses of Class
org.apache.geronimo.deployment.ModuleList

Packages that use ModuleList
org.apache.geronimo.deployment   
org.apache.geronimo.j2ee   
 

Uses of ModuleList in org.apache.geronimo.deployment
 

Methods in org.apache.geronimo.deployment with parameters of type ModuleList
 void DeploymentContext.getCompleteManifestClassPath(JarFile moduleFile, URI moduleBaseUri, URI resolutionUri, ClassPathList classpath, ModuleList exclusions)
           
 void DeploymentContext.getCompleteManifestClassPath(JarFile moduleFile, URI moduleBaseUri, URI resolutionUri, ClassPathList classpath, ModuleList exclusions, org.apache.geronimo.deployment.DeploymentContext.JarFileFactory factory, List<DeploymentException> problems)
          Recursively construct the complete set of paths in the ear for the manifest classpath of the supplied modulefile.
 

Uses of ModuleList in org.apache.geronimo.j2ee
 

Methods in org.apache.geronimo.j2ee that return ModuleList
 ModuleList ApplicationInfo.getModuleLocations()
           
 

Methods in org.apache.geronimo.j2ee with parameters of type ModuleList
 void ApplicationInfo.setModuleLocations(ModuleList moduleLocations)
           
 

Constructors in org.apache.geronimo.j2ee with parameters of type ModuleList
ApplicationInfo(ConfigurationModuleType type, Environment environment, AbstractName baseName, JarFile earFile, org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject vendorDD, LinkedHashSet<Module> modules, ModuleList moduleLocations, String originalSpecDD)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.