Uses of Class
org.apache.maven.usability.plugin.Expression
Packages that use Expression
-
Uses of Expression in org.apache.maven.usability.plugin
Methods in org.apache.maven.usability.plugin that return types with arguments of type ExpressionModifier and TypeMethodDescriptionExpressionDocumentation.getExpressions()
Method getExpressions.static Map
<String, Expression> ExpressionDocumenter.load()
Deprecated.Methods in org.apache.maven.usability.plugin with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
ExpressionDocumentation.addExpression
(Expression expression) Method addExpression.void
ExpressionDocumentation.removeExpression
(Expression expression) Method removeExpression.Method parameters in org.apache.maven.usability.plugin with type arguments of type ExpressionModifier and TypeMethodDescriptionvoid
ExpressionDocumentation.setExpressions
(List<Expression> expressions) Set the list of plugin parameter expressions described by this document.