Package org.openbravo.service.system
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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getCategory()
SystemValidationResult
validate()
default SystemValidationResult
validate(boolean checkAD)
-
-
-
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.
-
-