Klasse AbstractRuleElement

java.lang.Object
com.inet.problemfinder.rules.AbstractRuleElement
Alle implementierten Schnittstellen:
ProblemFinderRule

public abstract class AbstractRuleElement extends Object implements ProblemFinderRule
This ProblemFinderRule is for checking Report Elements
  • Konstruktordetails

    • AbstractRuleElement

      public AbstractRuleElement()
  • Methodendetails

    • findErrors

      public List<ProblemFinderWarning> findErrors(Engine engine)
      Runs this rule and checks the given Engine for Problems
      Angegeben von:
      findErrors in Schnittstelle ProblemFinderRule
      Parameter:
      engine - The Engine to check.
      Gibt zurück:
      A list of found problems, can be empty or null if the Check is Canceled.
    • check

      protected abstract ProblemFinderWarning check(Engine engine, Element element)
      This Method check the given Element if there are a certain error/problem and returns the ProblemFinderWarning or null.
      Parameter:
      engine - is the Engine to check
      element - the given Element to check
      Gibt zurück:
      a ProblemFinderWarning including Actions for AutoFix the Problem, if it is possible. null if there is no Problem found
      Seit:
      i-net Clear Reports 12.0