Package | Description |
---|---|
org.apache.maven.model.v3_0_0 | |
org.apache.maven.model.v3_0_0.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Dependency> |
ModelBase.dependencies
Field dependencies.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<Dependency> dependencies)
Set this element describes all of the dependencies
associated with a
project.
|
Modifier and Type | Method and Description |
---|---|
private Dependency |
MavenXpp3Reader.parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDependency.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeDependency(Dependency dependency,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDependency.
|