|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.usability.plugin.ExpressionDocumentation
public class ExpressionDocumentation
The root of a parameter plugin expression document.
| Constructor Summary | |
|---|---|
ExpressionDocumentation()
|
|
| Method Summary | |
|---|---|
void |
addExpression(Expression expression)
Method addExpression. |
void |
flushExpressionsBySyntax()
|
List<Expression> |
getExpressions()
Method getExpressions. |
Map |
getExpressionsBySyntax()
|
String |
getModelEncoding()
Get the modelEncoding field. |
void |
removeExpression(Expression expression)
Method removeExpression. |
void |
setExpressions(List<Expression> expressions)
Set the list of plugin parameter expressions described by this document. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionDocumentation()
| Method Detail |
|---|
public void addExpression(Expression expression)
expression - public List<Expression> getExpressions()
public String getModelEncoding()
public void removeExpression(Expression expression)
expression - public void setExpressions(List<Expression> expressions)
expressions - public void setModelEncoding(String modelEncoding)
modelEncoding - public Map getExpressionsBySyntax()
public void flushExpressionsBySyntax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||