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