Klasse AbstractRuleSection
java.lang.Object
com.inet.problemfinder.rules.AbstractRuleSection
- Alle implementierten Schnittstellen:
ProblemFinderRule
Base class for rules checking looking for errors in
Sections.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungabstract ProblemFinderWarningThis is called for each section of the report.
This method does the concrete check.findErrors(Engine engine) Runs this rule and checks the given Engine for ProblemsVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ProblemFinderRule
findErrors, getRuleLabel
-
Konstruktordetails
-
AbstractRuleSection
public AbstractRuleSection()
-
-
Methodendetails
-
findErrors
Runs this rule and checks the given Engine for Problems- Angegeben von:
findErrorsin SchnittstelleProblemFinderRule- Parameter:
engine- TheEngineto check.- Gibt zurück:
- A list of found problems, can be empty or
nullif the Check is Canceled.
-
check
This is called for each section of the report.
This method does the concrete check.- Parameter:
engine- is the Engine to checksection- the section to check- Gibt zurück:
- a found
ProblemFinderWarning, ornullif no error is there - Seit:
- i-net Clear Reports 12.0
-