org.apache.maven.model
Class Prerequisites

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

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

Class Prerequisites.

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

Constructor Summary
Prerequisites()
           
 
Method Summary
 java.lang.String getMaven()
          Method getMaven
 void setMaven(java.lang.String maven)
          Method setMaven
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prerequisites

public Prerequisites()
Method Detail

getMaven

public java.lang.String getMaven()
Method getMaven


setMaven

public void setMaven(java.lang.String maven)
Method setMaven

Parameters:
maven -


Copyright 2005 Apache Software Foundation. All Rights Reserved.