|
||||||||||
| 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 | |
|---|---|
String |
getMaven()
Get the minimum version of Maven required to build the project, or to use this plugin. |
String |
getModelEncoding()
|
void |
setMaven(String maven)
Set the minimum version of Maven required to build the project, or to use this plugin. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
| 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 String getMaven()
public void setMaven(String maven)
maven - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||