public interface ValidationReport extends Serializable
Validator class.Validator,
ValidationReportBuilder| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<ValidationReport.Issue> getIssues()
List<ValidationReport.RuleActivation> getRuleActivations()
List<ValidationReport.Error> getErrors()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.