Interface Reporter

All Known Implementing Classes:
DispatchingReporter, LoggingReporter

public interface Reporter
A reporter receives CheckEvents from the SchemaChecks 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

    Fields
    Modifier and Type
    Field
    Description
    static final Reporter
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Field Details

  • Method Details