|
||||||||||
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 | |
---|---|
java.lang.String |
getMaven()
Get The minimum version of Maven required to build the project, or to use this plugin. |
java.lang.String |
getModelEncoding()
|
void |
setMaven(java.lang.String maven)
Set The minimum version of Maven required to build the project, or to use this plugin. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Prerequisites()
Method Detail |
---|
public java.lang.String getMaven()
public void setMaven(java.lang.String maven)
maven
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |