public interface ProblemFinderRule
ProblemFinderRule
that can be called via the ProblemFinder
.ProblemFinder
Modifier and Type | Method and Description |
---|---|
java.util.List<ProblemFinderWarning> |
findErrors(Engine engine)
Runs this rule and checks the given Engine for Problems
|
java.lang.String |
getRuleLabel()
Get the localized label for this rule.
|
java.util.List<ProblemFinderWarning> findErrors(Engine engine)
engine
- The Engine
to check.null
if the Check is Canceled.java.lang.String getRuleLabel()
Copyright © 1999-2018 by i-net software GmbH