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.IssueLevelValidationReport.Issue. getLevel()static ValidationReport.IssueLevelValidationReport.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 voidDefaultValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message)voidDefaultValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message, Node n)voidValidationReportBuilder. reportIssue(ValidationReport.IssueLevel issueLevel, String message)Reports a detected issue.voidValidationReportBuilder. 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)
-