jsystem.extensions.analyzers.text
Class GetIntCounter
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.text.AnalyzeTextParameter
jsystem.extensions.analyzers.text.GetIntCounter
- All Implemented Interfaces:
- AnalyzerParameter
- public class GetIntCounter
- extends AnalyzeTextParameter
This analyzer is not a classical analyzer.
It's used to extruct the counter value and be used int the test.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetIntCounter
public GetIntCounter(String toFind)
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.
getCounter
public int getCounter()