Interface ConfigurationCheck.Result
- Enclosing interface:
ConfigurationCheck
public static interface ConfigurationCheck.Result
-
Method Summary
-
Method Details
-
getErrors
Collection<CheckMessage> getErrors() -
getWarnings
Collection<CheckMessage> getWarnings() -
isGood
boolean isGood()
-