Package | Description |
---|---|
org.apache.maven.usability.plugin | |
org.apache.maven.usability.plugin.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Expression> |
ExpressionDocumenter.expressionDocumentation |
private java.util.List<Expression> |
ExpressionDocumentation.expressions
Field expressions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
ExpressionDocumentation.getExpressions()
Method getExpressions.
|
static java.util.Map<java.lang.String,Expression> |
ExpressionDocumenter.load() |
private static java.util.Map<java.lang.String,Expression> |
ExpressionDocumenter.parseExpressionDocumentation(java.io.InputStream docStream)
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDocumentation.addExpression(Expression expression)
Method addExpression.
|
void |
ExpressionDocumentation.removeExpression(Expression expression)
Method removeExpression.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDocumentation.setExpressions(java.util.List<Expression> expressions)
Set the list of plugin parameter expressions described by
this
document.
|
Modifier and Type | Method and Description |
---|---|
private Expression |
ParamdocXpp3Reader.parseExpression(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExpression.
|
Modifier and Type | Method and Description |
---|---|
private void |
ParamdocXpp3Writer.writeExpression(Expression expression,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExpression.
|