|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.DependencyManagement
public class DependencyManagement
Section for management of default dependency information for use in a group of POMs.
| Constructor Summary | |
|---|---|
DependencyManagement()
|
|
| Method Summary | |
|---|---|
void |
addDependency(Dependency dependency)
Method addDependency. |
List |
getDependencies()
Method getDependencies. |
String |
getModelEncoding()
|
void |
removeDependency(Dependency dependency)
Method removeDependency. |
void |
setDependencies(List dependencies)
Set the dependencies specified here are not used until they are referenced in a POM within the group. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyManagement()
| Method Detail |
|---|
public void addDependency(Dependency dependency)
dependency - public List getDependencies()
public void removeDependency(Dependency dependency)
dependency - public void setDependencies(List dependencies)
dependencies - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||