|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.plugin.Requirements
public class Requirements
Plugin requirements.
| Constructor Summary | |
|---|---|
Requirements()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Requirements()
| Method Detail |
|---|
public void addOther(String key,
String value)
key - value - public boolean equals(Object other)
equals in class Objectother -
public String getDiskSpace()
public String getJdk()
public String getMaven()
public String getMemory()
public Properties getOthers()
public int hashCode()
hashCode in class Objectpublic 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 - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||