Uses of Class
org.apache.maven.model.v3_0_0.Dependency

Packages that use Dependency
org.apache.maven.model.v3_0_0   
 

Uses of Dependency in org.apache.maven.model.v3_0_0
 

Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type Dependency
 List<Dependency> ModelBase.getDependencies()
          Method getDependencies.
 

Methods in org.apache.maven.model.v3_0_0 with parameters of type Dependency
 void ModelBase.addDependency(Dependency dependency)
          Method addDependency.
 void ModelBase.removeDependency(Dependency dependency)
          Method removeDependency.
 

Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Dependency
 void ModelBase.setDependencies(List<Dependency> dependencies)
          Set this element describes all of the dependencies associated with a project.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.