Package | Description |
---|---|
org.apache.maven.consumer.model |
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependency.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
ModelBase.getDependencies()
Method getDependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.addDependency(Dependency dependency)
Method addDependency.
|
void |
ModelBase.removeDependency(Dependency dependency)
Method removeDependency.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.setDependencies(List<Dependency> dependencies)
Set this element describes all of the dependencies
associated with a
project.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.