|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationReport.Error | |
---|---|
org.apache.any23.validator | TODO fillme |
Uses of ValidationReport.Error in org.apache.any23.validator |
---|
Subclasses of ValidationReport.Error in org.apache.any23.validator | |
---|---|
static class |
ValidationReport.FixError
An error occurred while executing a fix. |
static class |
ValidationReport.RuleError
An error occurred while executing a rule. |
Methods in org.apache.any23.validator that return types with arguments of type ValidationReport.Error | |
---|---|
List<ValidationReport.Error> |
ValidationReport.getErrors()
Returns the list of detected errors. |
List<ValidationReport.Error> |
EmptyValidationReport.getErrors()
|
List<ValidationReport.Error> |
DefaultValidationReport.getErrors()
|
Constructor parameters in org.apache.any23.validator with type arguments of type ValidationReport.Error | |
---|---|
DefaultValidationReport(List<ValidationReport.Issue> issues,
List<ValidationReport.RuleActivation> ruleActivations,
List<ValidationReport.Error> errors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |