|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.usability.plugin.Expression
A plugin parameter expression supported by Maven
| Constructor Summary | |
Expression()
|
|
| Method Summary | |
void |
addApiMethod(String key,
String value)
Method addApiMethod |
void |
addCliOption(String key,
String value)
Method addCliOption |
Properties |
getApiMethods()
Method getApiMethods |
String |
getBan()
Get A preferred alternative to this expression, in the case where it's banned from use. |
Properties |
getCliOptions()
Method getCliOptions |
String |
getConfiguration()
Get The place and syntax used to change the value of this expression. |
String |
getDeprecation()
Get A preferred alternative to this expression, in the case where it's deprecated. |
String |
getDescription()
Get The description of what this expression references, and what it's generally used for. |
String |
getModelEncoding()
|
String |
getSyntax()
Get The syntax of the expression |
boolean |
isEditable()
Get Whether the value of this expression can be changed. |
void |
setApiMethods(Properties apiMethods)
Set The programmatic methods used to change the value of this expression. |
void |
setBan(String ban)
Set A preferred alternative to this expression, in the case where it's banned from use. |
void |
setCliOptions(Properties cliOptions)
Set The command-line switches used to change the value of this expression. |
void |
setConfiguration(String configuration)
Set The place and syntax used to change the value of this expression. |
void |
setDeprecation(String deprecation)
Set A preferred alternative to this expression, in the case where it's deprecated. |
void |
setDescription(String description)
Set The description of what this expression references, and what it's generally used for. |
void |
setEditable(boolean editable)
Set Whether the value of this expression can be changed. |
void |
setModelEncoding(String modelEncoding)
|
void |
setSyntax(String syntax)
Set The syntax of the expression |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Expression()
| Method Detail |
public void addApiMethod(String key,
String value)
key - value -
public void addCliOption(String key,
String value)
key - value - public Properties getApiMethods()
public String getBan()
public Properties getCliOptions()
public String getConfiguration()
public String getDeprecation()
public String getDescription()
public String getSyntax()
public boolean isEditable()
public void setApiMethods(Properties apiMethods)
apiMethods - public void setBan(String ban)
ban - public void setCliOptions(Properties cliOptions)
cliOptions - public void setConfiguration(String configuration)
configuration - public void setDeprecation(String deprecation)
deprecation - public void setDescription(String description)
description - public void setEditable(boolean editable)
editable - public void setSyntax(String syntax)
syntax - public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||