Package com.inet.problemfinder.rules
Class AbstractRuleElement
java.lang.Object
com.inet.problemfinder.rules.AbstractRuleElement
- All Implemented Interfaces:
ProblemFinderRule
This
ProblemFinderRule is for checking Report Elements-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 ProblemsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inet.problemfinder.rules.ProblemFinderRule
findErrors, getRuleLabel
-
Constructor Details
-
AbstractRuleElement
public AbstractRuleElement()
-
-
Method Details
-
findErrors
Runs this rule and checks the given Engine for Problems- Specified by:
findErrorsin interfaceProblemFinderRule- Parameters:
engine- TheEngineto check.- Returns:
- 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.- Parameters:
engine- is the Engine to checkelement- the givenElementto check- Returns:
- a ProblemFinderWarning including Actions for AutoFix the Problem, if it is possible.
nullif there is no Problem found - Since:
- i-net Clear Reports 12.0
-