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

Packages that use DependencyType
org.apache.geronimo.system.plugin.model   
 

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  java.util.List<DependencyType> PluginArtifactType.dependency
           
 

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

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



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