Class ExpressionDocumentation
java.lang.Object
org.apache.maven.usability.plugin.ExpressionDocumentation
- All Implemented Interfaces:
Serializable
The root of a parameter plugin expression document.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExpression
(Expression expression) Method addExpression.void
Method getExpressions.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.
-
Constructor Details
-
ExpressionDocumentation
public ExpressionDocumentation()
-
-
Method Details
-
addExpression
Method addExpression.- Parameters:
expression
- a expression object.
-
getExpressions
Method getExpressions.- Returns:
- List
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
removeExpression
Method removeExpression.- Parameters:
expression
- a expression object.
-
setExpressions
Set the list of plugin parameter expressions described by this document.- Parameters:
expressions
- a expressions object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
getExpressionsBySyntax
-
flushExpressionsBySyntax
public void flushExpressionsBySyntax()
-