public class Prerequisites extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
Prerequisites()
|
| Modifier and Type | Method and Description |
|---|---|
Prerequisites |
clone()
Method clone.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getMaven()
Get for a plugin project, the minimum version of Maven required to use the resulting plugin.
For specifying the minimum version of Maven required to build a project, this element is deprecated. |
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setMaven(String
Set for a plugin project, the minimum version of Maven required to use the resulting plugin.
For specifying the minimum version of Maven required to build a project, this element is deprecated. |
public Prerequisitesclone()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetMaven()
requireMavenVersion rule instead.
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setMaven(Stringmaven)
requireMavenVersion rule instead.
maven -