Klasse AbstractRuleElement
java.lang.Object
com.inet.problemfinder.rules.AbstractRuleElement
- Alle implementierten Schnittstellen:
ProblemFinderRule
This
ProblemFinderRule is for checking Report Elements-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected abstract ProblemFinderWarningThis Method check the given Element if there are a certain error/problem and returns theProblemFinderWarningornull.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
-
AbstractRuleElement
public AbstractRuleElement()
-
-
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 Method check the given Element if there are a certain error/problem and returns theProblemFinderWarningornull.- Parameter:
engine- is the Engine to checkelement- the givenElementto check- Gibt zurück:
- a ProblemFinderWarning including Actions for AutoFix the Problem, if it is possible.
nullif there is no Problem found - Seit:
- i-net Clear Reports 12.0
-