Package | Description |
---|---|
com.redhat.thermostat.plugin.validator |
Modifier and Type | Method and Description |
---|---|
List<ValidationIssue> |
PluginConfigurationValidatorException.getAllErrors() |
List<ValidationIssue> |
PluginConfigurationValidatorException.getErrors()
Each validation issue corresponds to the definition of "error" in section
1.2 of the W3C XML 1.0 Recommendation.
|
List<ValidationIssue> |
PluginConfigurationValidatorException.getFatals()
Each validation issue corresponds to the definition of "fatal error" in
section 1.2 of the W3C XML 1.0 Recommendation.
|
List<ValidationIssue> |
PluginConfigurationValidatorException.getWarnings()
Conditions that are not errors or fatal errors as defined by the XML
recommendation.
|
Modifier and Type | Method and Description |
---|---|
String |
ValidationErrorsFormatter.format(List<ValidationIssue> list) |
Copyright © 2018. All rights reserved.