|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.Prerequisites
public class Prerequisites
Describes the prerequisites a project can have.
Constructor Summary | |
---|---|
Prerequisites()
|
Method Summary | |
---|---|
Prerequisites |
clone()
Method clone. |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input source. |
String |
getMaven()
Get the minimum version of Maven required to build the project, or to use this plugin. |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field. |
void |
setMaven(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 Object
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
-
public String getMaven()
public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setMaven(String maven)
maven
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |