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

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

Uses of Prerequisites in org.apache.maven.model
 

Methods in org.apache.maven.model that return Prerequisites
 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.project
 

Methods in org.apache.maven.project that return Prerequisites
static Prerequisites ModelUtils.clonePrerequisites(Prerequisites src)
           
 Prerequisites MavenProject.getPrerequisites()
           
 

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



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