org.apache.tools.ant.taskdefs.condition
Class Contains
java.lang.Object
org.apache.tools.ant.taskdefs.condition.Contains
- Condition
public class Contains
extends java.lang.Object
Is one string part of another string?
setCasesensitive
public void setCasesensitive(boolean b)
Whether to search ignoring case or not.
setString
public void setString(String string)
The string to search in.
string
- the string to search in
setSubstring
public void setSubstring(String subString)
The string to search for.
subString
- the string to search for
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.