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 Information on which parent POM to extend.
 

Methods in org.apache.maven.model with parameters of type Parent
 void Model.setParent(Parent parent)
          Set Information on which parent POM to extend.
 



Copyright 2006 Apache Software Foundation. All Rights Reserved.