Uses of Class
org.apache.geronimo.system.plugin.model.DependencyType

Packages that use DependencyType
org.apache.geronimo.console.car   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.plugin   
org.apache.geronimo.system.plugin.model   
 

Uses of DependencyType in org.apache.geronimo.console.car
 

Fields in org.apache.geronimo.console.car with type parameters of type DependencyType
protected  List<DependencyType> PluginInfoBean.dependency
           
 

Methods in org.apache.geronimo.console.car that return types with arguments of type DependencyType
 List<DependencyType> PluginInfoBean.getDependency()
           
 

Method parameters in org.apache.geronimo.console.car with type arguments of type DependencyType
 void PluginInfoBean.setDependency(List<DependencyType> dependency)
           
 

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

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

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

Methods in org.apache.geronimo.system.plugin that return DependencyType
static DependencyType PluginInstallerGBean.toDependencyType(Dependency dep, boolean includeVersion)
           
 

Method parameters in org.apache.geronimo.system.plugin with type arguments of type DependencyType
static void PluginInstallerGBean.addGeronimoDependencies(ConfigurationData data, List<DependencyType> deps, boolean includeVersion)
           
 

Uses of DependencyType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model with type parameters of type DependencyType
protected  List<DependencyType> PluginArtifactType.dependency
           
 

Methods in org.apache.geronimo.system.plugin.model that return DependencyType
 DependencyType ObjectFactory.createDependencyType()
          Create an instance of DependencyType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type DependencyType
 List<DependencyType> PluginArtifactType.getDependency()
          Gets the value of the dependency property.
 



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