net.sf.antcontrib.logic.condition
public class IsGreaterThan extends Equals
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
Version: $Revision: 1.4 $
| Method Summary | |
|---|---|
| boolean | eval() |
| void | setArg1(String a1) |
| void | setArg2(String a2) |
| void | setCasesensitive(boolean b)
Should the comparison be case sensitive?
|
| void | setTrim(boolean b)
Should we want to trim the arguments before comparing them?
|
Since: Revision: 1.3, Ant 1.5
Since: Revision: 1.3, Ant 1.5