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