jsystem.extensions.analyzers.tabletext
Class AllHeaderValuesInTable
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.tabletext.AllHeaderValuesInTable
- All Implemented Interfaces:
- AnalyzerParameter
- public class AllHeaderValuesInTable
- extends AnalyzerParameterImpl
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 |
table
protected Table table
headerName
protected String headerName
expectetValue
protected String expectetValue
isRegExp
protected boolean isRegExp
AllHeaderValuesInTable
public AllHeaderValuesInTable(String headerName,
String expectetValue)
throws Exception
AllHeaderValuesInTable
public AllHeaderValuesInTable(String headerName,
String expectetValue,
boolean isRegxp)
throws Exception
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.