Interface DatabaseSettingsValidator

All Known Implementing Classes:
AbstractDatabaseSettingsValidator, MsSQLServerSettingsValidator, MySQLSettingsValidator

public interface DatabaseSettingsValidator
Validator that checks the settings of a database, configured externally.
  • Method Summary

    Modifier and Type
    Method
    Description
    Performs validation and returns a list of specific errors found in the database setup.
  • Method Details

    • getErrors

      List<String> getErrors()
      Performs validation and returns a list of specific errors found in the database setup.
      Returns:
      list of errors