public static class AntTask.SizeElement extends Object implements AntTask.ExpressionElement
| Constructor and Description |
|---|
SizeElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(String value)
Specifies that the size of the current file is exactly (greater than, less than) N.
|
Find.Expression |
toExpression()
Produces a FIND
Find.Expression. |
public void setValue(String value)
k" (* 1000), "M" (* 1000000) or "G" (* 1000000000).public Find.Expression toExpression()
AntTask.ExpressionElementFind.Expression.toExpression in interface AntTask.ExpressionElementCopyright © 2019 Arno Unkrig. All rights reserved.