Interface SystemValidator

  • All Known Implementing Classes:
    DatabaseValidator, ModuleValidator

    public interface SystemValidator
    Defines the common interface for a validator of system components like the database and the application dictionary.
    Author:
    mtaal
    • Method Detail

      • getCategory

        String getCategory()
        Returns:
        the validation category, mainly for reporting
      • validate

        SystemValidationResult validate()
        Returns:
        the result of the validation, warning and error messages.
      • validate

        default SystemValidationResult validate​(boolean checkAD)
        Returns:
        the result of the validation, warning and error messages.