Package org.apache.maven.plugin.plugin
Class Requirements
java.lang.Object
org.apache.maven.plugin.plugin.Requirements
- All Implemented Interfaces:
Serializable
Plugin requirements.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The minimum diskSpace needed to run this plugin.private String
The minimum version of the JDK to run this plugin.private String
The minimum version of Maven to run this plugin.private String
The minimum memory needed to run this plugin.private Properties
Field others. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method addOther.boolean
Method equals.Get the minimum diskSpace needed to run this plugin.getJdk()
Get the minimum version of the JDK to run this plugin.getMaven()
Get the minimum version of Maven to run this plugin.Get the minimum memory needed to run this plugin.Method getOthers.int
hashCode()
Method hashCode.void
setDiskSpace
(String diskSpace) Set the minimum diskSpace needed to run this plugin.void
Set the minimum version of the JDK to run this plugin.void
Set the minimum version of Maven to run this plugin.void
Set the minimum memory needed to run this plugin.void
setOthers
(Properties others) Set others requirements properties.toString()
Method toString.
-
Field Details
-
maven
The minimum version of Maven to run this plugin. -
jdk
The minimum version of the JDK to run this plugin. -
memory
The minimum memory needed to run this plugin. -
diskSpace
The minimum diskSpace needed to run this plugin. -
others
Field others.
-
-
Constructor Details
-
Requirements
public Requirements()
-
-
Method Details
-
addOther
Method addOther.- Parameters:
key
-value
-
-
equals
Method equals. -
getDiskSpace
Get the minimum diskSpace needed to run this plugin.- Returns:
- String
-
getJdk
Get the minimum version of the JDK to run this plugin.- Returns:
- String
-
getMaven
Get the minimum version of Maven to run this plugin.- Returns:
- String
-
getMemory
Get the minimum memory needed to run this plugin.- Returns:
- String
-
getOthers
Method getOthers.- Returns:
- Properties
-
hashCode
public int hashCode()Method hashCode. -
setDiskSpace
Set the minimum diskSpace needed to run this plugin.- Parameters:
diskSpace
-
-
setJdk
Set the minimum version of the JDK to run this plugin.- Parameters:
jdk
-
-
setMaven
Set the minimum version of Maven to run this plugin.- Parameters:
maven
-
-
setMemory
Set the minimum memory needed to run this plugin.- Parameters:
memory
-
-
setOthers
Set others requirements properties.- Parameters:
others
-
-
toString
Method toString.
-