Uses of Class
org.apache.maven.model.Parent

Packages that use Parent
org.apache.maven.model   
 

Uses of Parent in org.apache.maven.model
 

Methods in org.apache.maven.model that return Parent
 Parent Model.getParent()
          Get the location of the parent project, if one exists.
 

Methods in org.apache.maven.model with parameters of type Parent
 void Model.setParent(Parent parent)
          Set the location of the parent project, if one exists.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.