Package | Description |
---|---|
org.apache.any23.validator |
Modifier and Type | Class and Description |
---|---|
static class |
ValidationReport.FixError
An error occurred while executing a fix.
|
static class |
ValidationReport.RuleError
An error occurred while executing a rule.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationReport.Error> |
EmptyValidationReport.getErrors() |
List<ValidationReport.Error> |
DefaultValidationReport.getErrors() |
List<ValidationReport.Error> |
ValidationReport.getErrors()
Returns the list of detected errors.
|
Constructor and Description |
---|
DefaultValidationReport(List<ValidationReport.Issue> issues,
List<ValidationReport.RuleActivation> ruleActivations,
List<ValidationReport.Error> errors) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.