jsystem.extensions.analyzers.tabletext
Class ValueNotInTable
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.tabletext.ValueInTable
jsystem.extensions.analyzers.tabletext.ValueNotInTable
- All Implemented Interfaces:
- AnalyzerParameter
- public class ValueNotInTable
- extends ValueInTable
The that the value is not found in the specified table column.
The oposit to ValueInTable class.
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 |
ValueNotInTable
public ValueNotInTable(String headerName,
String value)
throws Exception
ValueNotInTable
public ValueNotInTable(String headerName,
String value,
boolean isRegExp)
throws Exception
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.
- Specified by:
analyze
in interface AnalyzerParameter
- Overrides:
analyze
in class ValueInTable