Uses of Class
org.apache.geronimo.kernel.repository.Dependency

Packages that use Dependency
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.repository   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.plugin   
 

Uses of Dependency in org.apache.geronimo.deployment.plugin.jmx
 

Methods in org.apache.geronimo.deployment.plugin.jmx that return Dependency
 Dependency[] RemoteDeploymentManager.checkPrerequisites(PluginType plugin)
           
 

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

Methods in org.apache.geronimo.kernel.config that return types with arguments of type Dependency
 List<Dependency> ConfigurationResolver.resolveTransitiveDependencies(Collection<Configuration> parents, List<Dependency> dependencies)
           
 

Method parameters in org.apache.geronimo.kernel.config with type arguments of type Dependency
 List<Dependency> ConfigurationResolver.resolveTransitiveDependencies(Collection<Configuration> parents, List<Dependency> dependencies)
           
 

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

Methods in org.apache.geronimo.kernel.repository that return types with arguments of type Dependency
 List<Dependency> Environment.getDependencies()
          Gets a List (with elements of type Dependency) of the configuration and JAR dependencies of this configuration.
 

Methods in org.apache.geronimo.kernel.repository with parameters of type Dependency
 void Environment.addDependency(Dependency dependency)
           
 

Uses of Dependency in org.apache.geronimo.mavenplugins.car
 

Methods in org.apache.geronimo.mavenplugins.car that return Dependency
 Dependency Dependency.toDependency()
           
 

Uses of Dependency in org.apache.geronimo.system.plugin
 

Methods in org.apache.geronimo.system.plugin that return Dependency
 Dependency[] PluginInstaller.checkPrerequisites(PluginType plugin)
          Ensures that a plugin's prerequisites are installed
 Dependency[] PluginInstallerGBean.checkPrerequisites(PluginType plugin)
          Ensures that a plugin's prerequisites are installed
 

Methods in org.apache.geronimo.system.plugin with parameters of type Dependency
static DependencyType PluginInstallerGBean.toDependencyType(Dependency dep, boolean includeVersion)
           
 



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