Class ChecksumAlgorithm

java.lang.Object
org.apache.tools.ant.types.selectors.modifiedselector.ChecksumAlgorithm
All Implemented Interfaces:
Algorithm

public class ChecksumAlgorithm extends Object implements Algorithm
Computes a 'checksum' for the content of file using java.util.zip.CRC32 and java.util.zip.Adler32. Use of this algorithm doesn't require any additional nested <param>s. Supported <param>s are:
Checksum algorithm parameters
namevaluesdescriptionrequired
algorithm.algorithm ADLER | CRC (default) name of the algorithm the checksum should use no, defaults to CRC
Since:
Ant 1.7
Version:
2004-06-17