This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.any23.validator.ValidationReport.IssueLevel (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

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

Packages that use ValidationReport.IssueLevel
org.apache.any23.validator TODO fillme 
 

Uses of ValidationReport.IssueLevel in org.apache.any23.validator
 

Methods in org.apache.any23.validator that return ValidationReport.IssueLevel
 ValidationReport.IssueLevel ValidationReport.Issue.getLevel()
           
static ValidationReport.IssueLevel ValidationReport.IssueLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationReport.IssueLevel[] ValidationReport.IssueLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.any23.validator with parameters of type ValidationReport.IssueLevel
 void ValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel, String message)
          Reports a detected issue.
 void DefaultValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel, String message)
           
 void ValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel, String message, Node n)
          Reports an issue detected on a specified node.
 void DefaultValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel, String message, Node n)
           
 

Constructors in org.apache.any23.validator with parameters of type ValidationReport.IssueLevel
ValidationReport.Issue(ValidationReport.IssueLevel level, String message, Node origin)
           
 



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