jsystem.extensions.analyzers.text
Class AnalyzeTextParameter
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.text.AnalyzeTextParameter
- All Implemented Interfaces:
- AnalyzerParameter
- Direct Known Subclasses:
- CheckCounter, CheckDotTextCounter, CheckTextCounter, CountText, FindText, GetIntCounter, GetNumPorts, GetTextCounter
- public abstract class AnalyzeTextParameter
- extends AnalyzerParameterImpl
Abstract text analyzer for analyzers that uses String as input.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toFind
protected String toFind
testText
protected String testText
AnalyzeTextParameter
public AnalyzeTextParameter(String toFind)
setTestAgainst
public void setTestAgainst(Object o)
- Description copied from class:
AnalyzerParameterImpl
- Set the test agains object.
- Specified by:
setTestAgainst
in interface AnalyzerParameter
- Overrides:
setTestAgainst
in class AnalyzerParameterImpl
- Parameters:
o
- The object to analyze.