public static final class AntTask.PathElement extends Object implements AntTask.ExpressionElement
true iff the path of the current file/directory/archive entry matches the given
glob.
The underscore in the name is there to resolve the name collision with ANT's <path> type, which,
because it is a valid resource collection, is also a valid
subelement of AntTask.
| Constructor and Description |
|---|
PathElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(String glob)
The glob to compare against.
|
Find.Expression |
toExpression()
Produces a FIND
Find.Expression. |
public void setValue(String glob)
public Find.Expression toExpression()
AntTask.ExpressionElementFind.Expression.toExpression in interface AntTask.ExpressionElementCopyright © 2019 Arno Unkrig. All rights reserved.