Class LastModifiedAlgorithm
java.lang.Object
org.apache.tools.ant.types.selectors.modifiedselector.LastModifiedAlgorithm
- All Implemented Interfaces:
- Algorithm
Computes a 'timestamp' of file based on the lastModified time of that file.
- Since:
- Ant 1.10.6 and 1.9.14
- Version:
- 2018-07-25
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LastModifiedAlgorithmpublic LastModifiedAlgorithm()
 
- 
- 
Method Details- 
isValidpublic boolean isValid()This algorithm doesn't need any configuration. Therefore it's always valid.
- 
getValueComputes a 'timestamp' for a file based on the lastModified time.
 
-