Package com.inet.problemfinder.rules
Class AbstractRuleReport
java.lang.Object
com.inet.problemfinder.rules.AbstractRuleReport
- All Implemented Interfaces:
ProblemFinderRule
Base class for rules checking for errors in report execution.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inet.problemfinder.rules.ProblemFinderRule
findErrors, findErrors, getRuleLabel
-
Constructor Details
-
AbstractRuleReport
public AbstractRuleReport()
-