public class Prerequisites extends Object implements Serializable, Cloneable, InputLocationTracker
Constructor and Description |
---|
Prerequisites() |
Modifier and Type | Method and Description |
---|---|
Prerequisites |
clone()
Method clone.
|
InputLocation |
getLocation(Object key)
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.
|
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setMaven(String maven)
Set for a plugin project, the minimum version of Maven
required to use
the resulting plugin.
|
public Prerequisites()
public Prerequisites clone()
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
- public String getMaven()
requireMavenVersion
rule instead.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setMaven(String maven)
requireMavenVersion
rule instead.maven
- Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.