Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the substring is within the stringImplements org. |
public void | |
public void | |
public void |
caseSensitive | back to summary |
---|---|
private boolean caseSensitive |
string | back to summary |
---|---|
private String string |
subString | back to summary |
---|---|
private String subString |
Contains | back to summary |
---|---|
public Contains() |
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. Doc from org. Is this condition true?
|
setCasesensitive | back to summary |
---|---|
public void setCasesensitive(boolean b) Whether to search ignoring case or not.
|
setString | back to summary |
---|---|
public void setString(String string) The string to search in.
|
setSubstring | back to summary |
---|---|
public void setSubstring(String subString) The string to search for.
|