org.apache.maven.model
Class Prerequisites

java.lang.Object
  extended by org.apache.maven.model.Prerequisites
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Prerequisites
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Describes the prerequisites a project can have.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Prerequisites()
           
 
Method Summary
 Prerequisites clone()
          Method clone.
 java.lang.String getMaven()
          Get the minimum version of Maven required to build the project, or to use this plugin.
 void setMaven(java.lang.String maven)
          Set the minimum version of Maven required to build the project, or to use this plugin.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prerequisites

public Prerequisites()
Method Detail

clone

public Prerequisites clone()
Method clone.

Overrides:
clone in class java.lang.Object
Returns:
Prerequisites

getMaven

public java.lang.String getMaven()
Get the minimum version of Maven required to build the project, or to use this plugin.

Returns:
String

setMaven

public void setMaven(java.lang.String maven)
Set the minimum version of Maven required to build the project, or to use this plugin.

Parameters:
maven -


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