Uses of Class
org.apache.maven.model.Parent
-
Packages that use Parent Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of Parent in org.apache.maven.model
Methods in org.apache.maven.model that return Parent Modifier and Type Method Description ParentModel. 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 voidModel. setParent(Parent parent)Set the location of the parent project, if one exists. -
Uses of Parent in org.apache.maven.project
Methods in org.apache.maven.project that return Parent Modifier and Type Method Description static ParentModelUtils. cloneParent(Parent src)Methods in org.apache.maven.project with parameters of type Parent Modifier and Type Method Description static ParentModelUtils. cloneParent(Parent src)
-