| |
|
| java.lang.Object org.apache.tools.ant.taskdefs.condition.Equals
Equals | public class Equals implements Condition(Code) | | Simple String comparison condition.
since: Ant 1.4 |
setArg1 | public void setArg1(String a1)(Code) | | Set the first string
Parameters: a1 - the first string |
setArg2 | public void setArg2(String a2)(Code) | | Set the second string
Parameters: a2 - the second string |
setCasesensitive | public void setCasesensitive(boolean b)(Code) | | Should the comparison be case sensitive?
Parameters: b - if true use a case sensitive comparison (this is thedefault) since: Ant 1.5 |
setTrim | public void setTrim(boolean b)(Code) | | Should we want to trim the arguments before comparing them?
Parameters: b - if true trim the arguments since: Ant 1.5 |
|
|
|