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

Packages that use Parent
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
 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.
 

Uses of Parent in org.apache.maven.project
 

Methods in org.apache.maven.project that return Parent
static Parent ModelUtils.cloneParent(Parent src)
           
 

Methods in org.apache.maven.project with parameters of type Parent
static Parent ModelUtils.cloneParent(Parent src)
           
 



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