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