Class FilesMatch
java.lang.Object
org.apache.tools.ant.taskdefs.condition.FilesMatch
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FilesMatch
public FilesMatch()
-
-
Method Details
-
setFile1
-
setFile2
-
setTextfile
public void setTextfile(boolean textfile) Set whether to ignore line endings when comparing files.- Parameters:
textfile
- whether to ignore line endings.
-
eval
comparison method of the interface- Specified by:
eval
in interfaceCondition
- Returns:
- true if the files are equal
- Throws:
BuildException
- if it all went pear-shaped
-