public class Requirements extends Object implements Serializable
Constructor and Description |
---|
Requirements() |
Modifier and Type | Method and Description |
---|---|
void |
addOther(String key,
String value)
Method addOther.
|
boolean |
equals(Object other)
Method equals.
|
String |
getDiskSpace()
Get the minimum diskSpace needed to run this plugin.
|
String |
getJdk()
Get the minimum version of the JDK to run this plugin.
|
String |
getMaven()
Get the minimum version of Maven to run this plugin.
|
String |
getMemory()
Get the minimum memory needed to run this plugin.
|
Properties |
getOthers()
Method getOthers.
|
int |
hashCode()
Method hashCode.
|
void |
setDiskSpace(String diskSpace)
Set the minimum diskSpace needed to run this plugin.
|
void |
setJdk(String jdk)
Set the minimum version of the JDK to run this plugin.
|
void |
setMaven(String maven)
Set the minimum version of Maven to run this plugin.
|
void |
setMemory(String memory)
Set the minimum memory needed to run this plugin.
|
void |
setOthers(Properties others)
Set others requirements properties.
|
String |
toString()
Method toString.
|
public Requirements()
public String getDiskSpace()
public String getMaven()
public String getMemory()
public Properties getOthers()
public void setDiskSpace(String diskSpace)
diskSpace
- public void setJdk(String jdk)
jdk
- public void setMaven(String maven)
maven
- public void setMemory(String memory)
memory
- public void setOthers(Properties others)
others
- Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.