|
||||||||||
| 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.
| 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 |
|---|
public Prerequisites()
| Method Detail |
|---|
public Prerequisites clone()
clone in class java.lang.Objectpublic 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 | |||||||||