| Constructor and Description | 
|---|
| FilesMatch() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | eval()comparison method of the interface | 
| void | setFile1(File file1)Sets the File1 attribute | 
| void | setFile2(File file2)Sets the File2 attribute | 
| void | setTextfile(boolean textfile)Set whether to ignore line endings when comparing files. | 
public boolean eval()
             throws BuildException
eval in interface ConditionBuildException - if it all went pear-shapedpublic void setFile1(File file1)
file1 - The new File1 valuepublic void setFile2(File file2)
file2 - The new File2 valuepublic void setTextfile(boolean textfile)
textfile - whether to ignore line endings.