Interface ConfigurationReporter

All Known Implementing Classes:
ConsoleReporter, WarningsToFile

public interface ConfigurationReporter
ServiceLoader interface that allows for config checks to be reported on.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Report on the checks that were performed; indicating overall success or failure.
  • Method Details

    • report

      boolean report(Collection<ConfigurationCheckReport> reports)
      Report on the checks that were performed; indicating overall success or failure.
      Parameters:
      reports - the list of reports
      Returns:
      a whether the reporting was considered successful. If false then this will lead to a non-zero exit code.