Interface Reporter
- All Known Implementing Classes:
DispatchingReporter
,LoggingReporter
public interface Reporter
A reporter receives
CheckEvent
s from the SchemaCheck
s during
model validation.
It is ensured that reporters are invoked from the same single thread.
You may extend DispatchingReporter
for convenience. Reporters can be
handed into the SchemaModelValidator.checkDataModel(ValidationProgress, Reporter)
method for one run, or contributed to the configuration point
nice2.persist.core.SchemaCheckReporters
.-
Field Summary
-
Method Summary
-
Field Details
-
EMPTY
-
-
Method Details
-
consume
-