Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private Parent |
Model.parent
The location of the parent project, if one exists.
|
Modifier and Type | Method and Description |
---|---|
Parent |
Model.getParent()
Get the location of the parent project, if one exists.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setParent(Parent parent)
Set the location of the parent project, if one exists.
|
Modifier and Type | Method and Description |
---|---|
private Parent |
MavenXpp3Reader.parseParent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseParent.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeParent(Parent parent,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeParent.
|
Modifier and Type | Method and Description |
---|---|
static Parent |
ModelUtils.cloneParent(Parent src) |
Modifier and Type | Method and Description |
---|---|
static Parent |
ModelUtils.cloneParent(Parent src) |