public abstract class AbstractRuleSection extends java.lang.Object implements ProblemFinderRule
Section
s.Constructor and Description |
---|
AbstractRuleSection() |
Modifier and Type | Method and Description |
---|---|
abstract ProblemFinderWarning |
check(Engine engine,
Section section)
This is called for each section of the report.
|
java.util.List<ProblemFinderWarning> |
findErrors(Engine engine)
Runs this rule and checks the given Engine for Problems
|
findErrors, getRuleLabel
public java.util.List<ProblemFinderWarning> findErrors(Engine engine)
findErrors
in interface ProblemFinderRule
engine
- The Engine
to check.null
if the Check is Canceled.public abstract ProblemFinderWarning check(Engine engine, Section section)
engine
- is the Engine to checksection
- the section to checkProblemFinderWarning
, or null
if no error is thereCopyright © 1999-2020 by i-net software GmbH