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

Packages that use Prerequisites
org.apache.maven.model   
org.apache.maven.model.merge   
 

Uses of Prerequisites in org.apache.maven.model
 

Methods in org.apache.maven.model that return Prerequisites
 Prerequisites Prerequisites.clone()
          Method clone.
 Prerequisites Model.getPrerequisites()
          Get describes the prerequisites in the build environment for this project.
 

Methods in org.apache.maven.model with parameters of type Prerequisites
 void Model.setPrerequisites(Prerequisites prerequisites)
          Set describes the prerequisites in the build environment for this project.
 

Uses of Prerequisites in org.apache.maven.model.merge
 

Methods in org.apache.maven.model.merge with parameters of type Prerequisites
protected  void ModelMerger.mergePrerequisites_Maven(Prerequisites target, Prerequisites source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergePrerequisites(Prerequisites target, Prerequisites source, boolean sourceDominant, Map<Object,Object> context)
           
 



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