org.apache.maven.model.v3_0_0
Class ModelBase

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

public class ModelBase
extends Object
implements Serializable

Class ModelBase.

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

Constructor Summary
ModelBase()
           
 
Method Summary
 void addDependency(Dependency dependency)
          Method addDependency.
 List<Dependency> getDependencies()
          Method getDependencies.
 void removeDependency(Dependency dependency)
          Method removeDependency.
 void setDependencies(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
 

Constructor Detail

ModelBase

public ModelBase()
Method Detail

addDependency

public void addDependency(Dependency dependency)
Method addDependency.

Parameters:
dependency -

getDependencies

public List<Dependency> getDependencies()
Method getDependencies.

Returns:
List

removeDependency

public void removeDependency(Dependency dependency)
Method removeDependency.

Parameters:
dependency -

setDependencies

public void setDependencies(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 -


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