org.apache.tools.ant.types.selectors.modifiedselector
public interface Algorithm
Since: Ant 1.6
Version: 2003-09-13
| Method Summary | |
|---|---|
| String | getValue(File file)
Get the value for a file. |
| boolean | isValid()
Checks its prerequisites. |
Parameters: file File object for which the value should be evaluated.
Returns: The value for that file
Returns: true if all is ok, otherwise false.