Class Parameter
java.lang.Object
org.apache.maven.plugin.descriptor.Parameter
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow copy of this parameter.boolean
getAlias()
getName()
getSince()
getType()
int
hashCode()
boolean
boolean
void
void
setDefaultValue
(String defaultValue) void
setDeprecated
(String deprecated) void
setDescription
(String description) void
setEditable
(boolean editable) void
setExpression
(String expression) void
setImplementation
(String implementation) void
void
setRequired
(boolean required) void
setRequirement
(Requirement requirement) void
void
toString()
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
getDescription
-
setDescription
-
getExpression
-
setExpression
-
getDeprecated
-
setDeprecated
-
hashCode
public int hashCode() -
equals
-
getAlias
-
setAlias
-
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean editable) -
setDefaultValue
-
getDefaultValue
-
toString
-
getRequirement
-
setRequirement
-
getImplementation
-
setImplementation
-
getSince
-
setSince
-
clone
Creates a shallow copy of this parameter. -
getParameterV4
-