|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationReport
This class contains the report of a validation performed by
the Validator class.
Validator,
ValidationReportBuilder| Nested Class Summary | |
|---|---|
static class |
ValidationReport.Error
An error occurred while performing the validation process. |
static class |
ValidationReport.FixError
An error occurred while executing a fix. |
static class |
ValidationReport.Issue
An issue found during the validation process. |
static class |
ValidationReport.IssueLevel
Defines the different issue levels. |
static class |
ValidationReport.RuleActivation
This class describes the activation of a rule. |
static class |
ValidationReport.RuleError
An error occurred while executing a rule. |
| Method Summary | |
|---|---|
List<ValidationReport.Error> |
getErrors()
Returns the list of detected errors. |
List<ValidationReport.Issue> |
getIssues()
Returns the list of detected issues. |
List<ValidationReport.RuleActivation> |
getRuleActivations()
Returns the list of activated rules. |
| Method Detail |
|---|
List<ValidationReport.Issue> getIssues()
List<ValidationReport.RuleActivation> getRuleActivations()
List<ValidationReport.Error> getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||