Modifier and Type | Field and Description |
---|---|
private File | file1
files to compare |
private File | file2
files to compare |
private static final FileUtils | FILE_UTILS
Helper that provides the file comparison method. |
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the files are equalImplements org. |
public void | |
public void | |
public void | setTextfile(boolean
whether to ignore line endings. textfile)Set whether to ignore line endings when comparing files. |
file1 | back to summary |
---|---|
private File file1 files to compare |
file2 | back to summary |
---|---|
private File file2 files to compare |
FILE_UTILS | back to summary |
---|---|
private static final FileUtils FILE_UTILS Helper that provides the file comparison method. |
textfile | back to summary |
---|---|
private boolean textfile |
FilesMatch | back to summary |
---|---|
public FilesMatch() |
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. comparison method of the interface
|
setFile1 | back to summary |
---|---|
public void setFile1(File file1) Sets the File1 attribute
|
setFile2 | back to summary |
---|---|
public void setFile2(File file2) Sets the File2 attribute
|
setTextfile | back to summary |
---|---|
public void setTextfile(boolean textfile) Set whether to ignore line endings when comparing files.
|