public static class AntTask.EchoElement extends Object implements AntTask.ExpressionElement
true.
All occurrences of "${variable-name}" in the text are replaced with the value of the named variable.
For the list of supported variables, see
here.
| Constructor and Description |
|---|
EchoElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMessage(String text)
The text to print.
|
Find.Expression |
toExpression()
Produces a FIND
Find.Expression. |
public void setMessage(String text)
public Find.Expression toExpression()
AntTask.ExpressionElementFind.Expression.toExpression in interface AntTask.ExpressionElementCopyright © 2019 Arno Unkrig. All rights reserved.