public abstract class AbstractRuleElement extends java.lang.Object implements ProblemFinderRule
ProblemFinderRule
is for checking Report Element
sConstructor and Description |
---|
AbstractRuleElement() |
Modifier and Type | Method and Description |
---|---|
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 . |
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.protected abstract ProblemFinderWarning check(Engine engine, Element element)
ProblemFinderWarning
or null
.engine
- is the Engine to checkelement
- the given Element
to checknull
if
there is no Problem foundCopyright © 1999-2020 by i-net software GmbH