Uses of Class
org.apache.any23.validator.ValidationReport.Error

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)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.