|
Contains (Apache Ant API)
org.apache.tools.ant.taskdefs.condition
|
Constructor Summary | |
Contains()
|
Method Summary | |
boolean |
eval()
Is this condition true? |
void |
setCasesensitive(boolean b)
Whether to search ignoring case or not. |
void |
setString(java.lang.String a1)
The string to search in. |
void |
setSubstring(java.lang.String a2)
The string to search for. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Contains()
Method Detail |
public void setString(java.lang.String a1)
public void setSubstring(java.lang.String a2)
public void setCasesensitive(boolean b)
public boolean eval() throws BuildException
Condition
BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |