public interface ProblemFinderRule
ProblemFinderRule
that can be called via the ProblemFinder
.ProblemFinder
Modifier and Type | Method and Description |
---|---|
default java.util.List<ProblemFinderWarning> |
findErrors(Engine engine,
java.util.Properties userProperties)
Runs this rule and checks the given Engine for Problems
|
default java.util.List<ProblemFinderWarning> |
findErrors(Engine engine)
Deprecated.
As of i-net Clear Reports 20.10, use
findErrors(Engine, Properties) instead |
java.lang.String |
getRuleLabel()
Get the localized label for this rule.
|
default java.util.List<ProblemFinderWarning> findErrors(Engine engine, java.util.Properties userProperties)
engine
- The Engine
to check.userProperties
- possible prompt values, can be empty if the user has never run the reportnull
if the Check is Canceled.default java.util.List<ProblemFinderWarning> findErrors(Engine engine)
findErrors(Engine, Properties)
insteadengine
- The Engine
to check.null
if the Check is Canceled.java.lang.RuntimeException
- if you not override one of the methodsjava.lang.String getRuleLabel()
Copyright © 1999-2020 by i-net software GmbH