Uses of Class
org.apache.maven.usability.plugin.Expression
Packages that use Expression
-
Uses of Expression in org.apache.maven.usability.plugin
Fields in org.apache.maven.usability.plugin with type parameters of type ExpressionModifier and TypeFieldDescriptionprivate static Map<String,
Expression> ExpressionDocumenter.expressionDocumentation
private List<Expression>
ExpressionDocumentation.expressions
Field expressions.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()
private static Map<String,
Expression> ExpressionDocumenter.parseExpressionDocumentation
(InputStream docStream) project.distributionManagementArtifactRepository <![CDATA[ some-repo scp://host/path some-snap-repo scp://host/snapshot-path <![CDATA[ The repositories onto which artifacts should be deployed. 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. -
Uses of Expression in org.apache.maven.usability.plugin.io.xpp3
Methods in org.apache.maven.usability.plugin.io.xpp3 that return ExpressionModifier and TypeMethodDescriptionprivate Expression
ParamdocXpp3Reader.parseExpression
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseExpression.Methods in org.apache.maven.usability.plugin.io.xpp3 with parameters of type ExpressionModifier and TypeMethodDescriptionprivate void
ParamdocXpp3Writer.writeExpression
(Expression expression, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeExpression.