Uses of Class
org.apache.maven.model.Parent
-
Packages that use Parent Package Description org.apache.maven.model -
-
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.
-