org.apache.maven.project
Class ModelBase

java.lang.Object
  extended by org.apache.maven.project.ModelBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Model

public class ModelBase
extends java.lang.Object
implements java.io.Serializable

Class ModelBase.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.util.List<Dependency> dependencies
          Field dependencies.
 
Constructor Summary
ModelBase()
           
 
Method Summary
 void addDependency(Dependency dependency)
          Method addDependency.
 java.util.List<Dependency> getDependencies()
          Method getDependencies.
 void removeDependency(Dependency dependency)
          Method removeDependency.
 void setDependencies(java.util.List<Dependency> dependencies)
          Set this element describes all of the dependencies associated with a project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependencies

private java.util.List<Dependency> dependencies
Field dependencies.

Constructor Detail

ModelBase

public ModelBase()
Method Detail

addDependency

public void addDependency(Dependency dependency)
Method addDependency.

Parameters:
dependency -

getDependencies

public java.util.List<Dependency> getDependencies()
Method getDependencies.

Returns:
List

removeDependency

public void removeDependency(Dependency dependency)
Method removeDependency.

Parameters:
dependency -

setDependencies

public void setDependencies(java.util.List<Dependency> dependencies)
Set this element describes all of the dependencies associated with a project. These dependencies are used to construct a classpath for your project during the build process. They are automatically downloaded from the repositories defined in this project. See the dependency mechanism for more information.

Parameters:
dependencies -