| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.usability.plugin.Expression
public class 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 | 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 | 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 - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||