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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddExpression(Expression expression) Method addExpression.voidMethod getExpressions.Get the modelEncoding field.voidremoveExpression(Expression expression) Method removeExpression.voidsetExpressions(List<Expression> expressions) Set the list of plugin parameter expressions described by this document.voidsetModelEncoding(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() 
 -