Klasse AbstractRuleSection

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

public abstract class AbstractRuleSection extends Object implements ProblemFinderRule
Base class for rules checking looking for errors in Sections.
  • Konstruktordetails

    • AbstractRuleSection

      public AbstractRuleSection()
  • 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

      public abstract ProblemFinderWarning check(Engine engine, Section section)
      This is called for each section of the report.
      This method does the concrete check.
      Parameter:
      engine - is the Engine to check
      section - the section to check
      Gibt zurück:
      a found ProblemFinderWarning, or null if no error is there
      Seit:
      i-net Clear Reports 12.0