public static class AntTask.ModificationTimeElement extends Object implements AntTask.ExpressionElement
| Constructor and Description |
|---|
ModificationTimeElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDays(String value)
Specifies that the file or archive entry was last modified exactly (more than, less than) N
days ago.
|
void |
setMinutes(String value)
Specifies that the file or archive entry was last modified exactly (more than, less than) N
minutes ago.
|
void |
setValue(String value)
Deprecated.
Use
setDays(String) instead |
Find.Expression |
toExpression()
Produces a FIND
Find.Expression. |
@Deprecated public void setValue(String value)
setDays(String) insteadpublic void setDays(String value)
public void setMinutes(String value)
public Find.Expression toExpression()
AntTask.ExpressionElementFind.Expression.toExpression in interface AntTask.ExpressionElementCopyright © 2019 Arno Unkrig. All rights reserved.