Uses of Class
org.apache.maven.model.Parent
-
Packages that use Parent Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Parent in org.apache.maven.model
Fields in org.apache.maven.model declared as Parent Modifier and Type Field Description private Parent
Model. parent
The location of the parent project, if one exists.Methods in org.apache.maven.model that return Parent Modifier and Type Method Description Parent
Model. getParent()
Get the location of the parent project, if one exists.Methods in org.apache.maven.model with parameters of type Parent Modifier and Type Method Description void
Model. setParent(Parent parent)
Set the location of the parent project, if one exists. -
Uses of Parent in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Parent Modifier and Type Method Description private Parent
MavenXpp3Reader. parseParent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseParent.Methods in org.apache.maven.model.io.xpp3 with parameters of type Parent Modifier and Type Method Description private void
MavenXpp3Writer. writeParent(Parent parent, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeParent. -
Uses of Parent in org.apache.maven.project
Methods in org.apache.maven.project that return Parent Modifier and Type Method Description static Parent
ModelUtils. cloneParent(Parent src)
Methods in org.apache.maven.project with parameters of type Parent Modifier and Type Method Description static Parent
ModelUtils. cloneParent(Parent src)
-