|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.Prerequisites
public class Prerequisites
Describes the prerequisites a project can have.
Field Summary | |
---|---|
private java.lang.String |
maven
The minimum version of Maven required to build the project, or to use this plugin. |
Constructor Summary | |
---|---|
Prerequisites()
|
Method Summary | |
---|---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String maven
Constructor Detail |
---|
public Prerequisites()
Method Detail |
---|
public java.lang.String getMaven()
public void setMaven(java.lang.String maven)
maven
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |