Uses of Class
org.apache.any23.validator.ValidationReport.IssueLevel
-
Packages that use ValidationReport.IssueLevel Package Description org.apache.any23.validator -
-
Uses of ValidationReport.IssueLevel in org.apache.any23.validator
Methods in org.apache.any23.validator that return ValidationReport.IssueLevel Modifier and Type Method Description 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 Modifier and Type Method Description void
DefaultValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message)
void
DefaultValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message, Node n)
void
ValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message)
Reports a detected issue.void
ValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message, Node n)
Reports an issue detected on a specified node.Constructors in org.apache.any23.validator with parameters of type ValidationReport.IssueLevel Constructor Description Issue(ValidationReport.IssueLevel level, String message, Node origin)
-