public class EnhancedParameterWrapper extends org.apache.maven.plugin.descriptor.Parameter
Parameter
which adds capability to
read/write a type javadoc URLConstructor and Description |
---|
EnhancedParameterWrapper(org.apache.maven.plugin.descriptor.Parameter delegate) |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.plugin.descriptor.Parameter |
clone() |
boolean |
equals(Object other) |
String |
getAlias() |
String |
getDefaultValue() |
String |
getDeprecated() |
String |
getDescription() |
String |
getExpression() |
String |
getImplementation() |
String |
getName() |
org.apache.maven.plugin.descriptor.Requirement |
getRequirement() |
String |
getSince() |
String |
getType() |
URI |
getTypeJavadocUrl() |
int |
hashCode() |
boolean |
isEditable() |
boolean |
isRequired() |
void |
setAlias(String alias) |
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 |
setName(String name) |
void |
setRequired(boolean required) |
void |
setRequirement(org.apache.maven.plugin.descriptor.Requirement requirement) |
void |
setSince(String since) |
void |
setType(String type) |
void |
setTypeJavadocUrl(URI typeJavadocUrl) |
String |
toString() |
public EnhancedParameterWrapper(org.apache.maven.plugin.descriptor.Parameter delegate)
public String getName()
getName
in class org.apache.maven.plugin.descriptor.Parameter
public void setName(String name)
setName
in class org.apache.maven.plugin.descriptor.Parameter
public String getType()
getType
in class org.apache.maven.plugin.descriptor.Parameter
public void setType(String type)
setType
in class org.apache.maven.plugin.descriptor.Parameter
public boolean isRequired()
isRequired
in class org.apache.maven.plugin.descriptor.Parameter
public void setRequired(boolean required)
setRequired
in class org.apache.maven.plugin.descriptor.Parameter
public String getDescription()
getDescription
in class org.apache.maven.plugin.descriptor.Parameter
public void setDescription(String description)
setDescription
in class org.apache.maven.plugin.descriptor.Parameter
public String getExpression()
getExpression
in class org.apache.maven.plugin.descriptor.Parameter
public void setExpression(String expression)
setExpression
in class org.apache.maven.plugin.descriptor.Parameter
public String getDeprecated()
getDeprecated
in class org.apache.maven.plugin.descriptor.Parameter
public void setDeprecated(String deprecated)
setDeprecated
in class org.apache.maven.plugin.descriptor.Parameter
public int hashCode()
hashCode
in class org.apache.maven.plugin.descriptor.Parameter
public boolean equals(Object other)
equals
in class org.apache.maven.plugin.descriptor.Parameter
public String getAlias()
getAlias
in class org.apache.maven.plugin.descriptor.Parameter
public void setAlias(String alias)
setAlias
in class org.apache.maven.plugin.descriptor.Parameter
public boolean isEditable()
isEditable
in class org.apache.maven.plugin.descriptor.Parameter
public void setEditable(boolean editable)
setEditable
in class org.apache.maven.plugin.descriptor.Parameter
public void setDefaultValue(String defaultValue)
setDefaultValue
in class org.apache.maven.plugin.descriptor.Parameter
public String getDefaultValue()
getDefaultValue
in class org.apache.maven.plugin.descriptor.Parameter
public String toString()
toString
in class org.apache.maven.plugin.descriptor.Parameter
public org.apache.maven.plugin.descriptor.Requirement getRequirement()
getRequirement
in class org.apache.maven.plugin.descriptor.Parameter
public void setRequirement(org.apache.maven.plugin.descriptor.Requirement requirement)
setRequirement
in class org.apache.maven.plugin.descriptor.Parameter
public String getImplementation()
getImplementation
in class org.apache.maven.plugin.descriptor.Parameter
public void setImplementation(String implementation)
setImplementation
in class org.apache.maven.plugin.descriptor.Parameter
public String getSince()
getSince
in class org.apache.maven.plugin.descriptor.Parameter
public void setSince(String since)
setSince
in class org.apache.maven.plugin.descriptor.Parameter
public org.apache.maven.plugin.descriptor.Parameter clone()
clone
in class org.apache.maven.plugin.descriptor.Parameter
public URI getTypeJavadocUrl()
public void setTypeJavadocUrl(URI typeJavadocUrl)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.