| Package | Description |
|---|---|
| org.apache.maven.model.v3_0_0 |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Dependency> |
ModelBase.getDependencies() |
Method getDependencies.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ModelBase.addDependency(Dependency dependency) |
Method addDependency.
|
void |
ModelBase.removeDependency(Dependency dependency) |
Method removeDependency.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ModelBase.setDependencies(java.util.List<Dependency> dependencies) |
Set this element describes all of the dependencies
associated with a
project.
|