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 the minimum version of Maven required to build the
 project. | 
| 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. | 
public Prerequisites()
public Prerequisites clone()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public String getMaven()
public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.