jsystem.extensions.analyzers.text
Class TextEquals
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.text.AnalyzeTextParameter
jsystem.extensions.analyzers.text.FindText
jsystem.extensions.analyzers.text.TextEquals
- All Implemented Interfaces:
- AnalyzerParameter
- public class TextEquals
- extends FindText
Analyze the input text to find full mach. Support regular expressions.
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 |
TextEquals
public TextEquals(String toFind)
- Parameters:
toFind
- The string to find.
TextEquals
public TextEquals(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.
- Specified by:
analyze
in interface AnalyzerParameter
- Overrides:
analyze
in class FindText