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

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

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)
           
 

Method parameters in org.apache.geronimo.kernel.repository with type arguments of type Dependency
 void Environment.addDependencies(Collection<Dependency> dependencies)
           
 void Environment.setDependencies(Collection<Dependency> dependencies)
           
 



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