org.apache.tools.ant.types.selectors.modifiedselector
public class HashvalueAlgorithm extends Object implements Algorithm
Since: Ant 1.6
Version: 2003-09-13
Method Summary | |
---|---|
String | getValue(File file)
Computes a 'hashvalue' for a file content.
|
boolean | isValid()
This algorithm doesn't need any configuration.
|
String | toString()
Override Object.toString(). |
Parameters: file The file for which the value should be computed
Returns: the hashvalue or null if the file couldn't be read
Returns: always true
Returns: information about this comparator