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