Class LastModifiedAlgorithm
- java.lang.Object
-
- org.apache.tools.ant.types.selectors.modifiedselector.LastModifiedAlgorithm
-
-
Constructor Summary
Constructors Constructor Description LastModifiedAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue(java.io.File file)
Computes a 'timestamp' for a file based on the lastModified time.boolean
isValid()
This algorithm doesn't need any configuration.
-