jsystem.extensions.analyzers.text
Class FindText
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.text.AnalyzeTextParameter
jsystem.extensions.analyzers.text.FindText
- All Implemented Interfaces:
- AnalyzerParameter
- Direct Known Subclasses:
- TextEquals, TextNotFound
- public class FindText
- extends AnalyzeTextParameter
Find a text in a string. Support regular expressions.
Field Summary |
protected boolean |
isRegExp
|
Method Summary |
void |
analyze()
The analyze process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRegExp
protected boolean isRegExp
FindText
public FindText(String toFind)
- Parameters:
toFind
- The string to find.
FindText
public FindText(String toFind,
boolean isRegExp)
- Parameters:
toFind
- The string to find.isRegExp
- is regular expression.
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.