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.expressionDocumentationprivate List<Expression> ExpressionDocumentation.expressionsField 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 some-repo scp://host/path ]]>some-snap-repo scp://host/snapshot-path Methods in org.apache.maven.usability.plugin with parameters of type ExpressionModifier and TypeMethodDescriptionvoidExpressionDocumentation.addExpression(Expression expression) Method addExpression.voidExpressionDocumentation.removeExpression(Expression expression) Method removeExpression.Method parameters in org.apache.maven.usability.plugin with type arguments of type ExpressionModifier and TypeMethodDescriptionvoidExpressionDocumentation.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 ExpressionParamdocXpp3Reader.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 voidParamdocXpp3Writer.writeExpression(Expression expression, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeExpression.