org.apache.tools.ant.taskdefs.condition
public class FilesMatch extends Object implements Condition
Since: Ant 1.5
Method Summary | |
---|---|
boolean | eval()
comparison method of the interface
|
void | setFile1(File file1)
Sets the File1 attribute
|
void | setFile2(File file2)
Sets the File2 attribute
|
Returns: true if the files are equal
Throws: BuildException if it all went pear-shaped
Parameters: file1 The new File1 value
Parameters: file2 The new File2 value