public final class IsLessThan
extends java.lang.Object
implements org.apache.tools.ant.taskdefs.condition.Condition
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
| Constructor and Description |
|---|
IsLessThan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval() |
void |
setArg1(java.lang.String a1) |
void |
setArg2(java.lang.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?
|
public void setArg1(java.lang.String a1)
public void setArg2(java.lang.String a2)
public void setTrim(boolean b)
public void setCasesensitive(boolean b)
public boolean eval()
throws org.apache.tools.ant.BuildException
eval in interface org.apache.tools.ant.taskdefs.condition.Conditionorg.apache.tools.ant.BuildException