public static class AntTask.ExecElement extends Object implements AntTask.ExpressionElement
Evaluates to true iff the command exists with status code '0'.
| Constructor and Description |
|---|
ExecElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setCommand(String command)
The command to execute; program name and command line arguments separated by whitespace.
|
Find.Expression |
toExpression()
Produces a FIND
Find.Expression. |
public void setCommand(String command)
public Find.Expression toExpression()
AntTask.ExpressionElementFind.Expression.toExpression in interface AntTask.ExpressionElementCopyright © 2019 Arno Unkrig. All rights reserved.