Modifier and Type | Field and Description |
---|---|
private Object | |
private Object | |
private int | |
private boolean | |
private boolean | |
private static final int | |
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the two strings are equalImplements org. |
public void | |
public void | |
private void | |
public void | |
public void | |
private void | |
public void | setCasesensitive(boolean
if true use a case sensitive comparison (this is the
default) b)Should the comparison be case sensitive? |
public void | setForcestring(boolean
value to set forcestring)Set whether to force string comparisons for non-equal, non-string objects. |
public void | setTrim(boolean
if true trim the arguments b)Should we want to trim the arguments before comparing them? |
arg1 | back to summary |
---|---|
private Object arg1 |
arg2 | back to summary |
---|---|
private Object arg2 |
args | back to summary |
---|---|
private int args |
caseSensitive | back to summary |
---|---|
private boolean caseSensitive |
forcestring | back to summary |
---|---|
private boolean forcestring |
REQUIRED | back to summary |
---|---|
private static final int REQUIRED |
trim | back to summary |
---|---|
private boolean trim |
Equals | back to summary |
---|---|
public Equals() |
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. Doc from org. Is this condition true?
|
setArg1 | back to summary |
---|---|
public void setArg1(Object arg1) Set the first argument
|
setArg1 | back to summary |
---|---|
public void setArg1(String arg1) Set the first string
|
setArg1Internal | back to summary |
---|---|
private void setArg1Internal(Object arg1) |
setArg2 | back to summary |
---|---|
public void setArg2(Object arg2) Set the second argument
|
setArg2 | back to summary |
---|---|
public void setArg2(String arg2) Set the second string
|
setArg2Internal | back to summary |
---|---|
private void setArg2Internal(Object arg2) |
setCasesensitive | back to summary |
---|---|
public void setCasesensitive(boolean b) Should the comparison be case sensitive?
|
setForcestring | back to summary |
---|---|
public void setForcestring(boolean forcestring) Set whether to force string comparisons for non-equal, non-string objects. This allows object properties (legal in Ant 1.8.x+) to be compared as strings.
|
setTrim | back to summary |
---|---|
public void setTrim(boolean b) Should we want to trim the arguments before comparing them?
|