Uses of Class
org.apache.any23.extractor.IssueReport.IssueLevel
-
Packages that use IssueReport.IssueLevel Package Description org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI. -
-
Uses of IssueReport.IssueLevel in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return IssueReport.IssueLevel Modifier and Type Method Description IssueReport.IssueLevelIssueReport.Issue. getLevel()static IssueReport.IssueLevelIssueReport.IssueLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueReport.IssueLevel[]IssueReport.IssueLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.any23.extractor with parameters of type IssueReport.IssueLevel Modifier and Type Method Description voidExtractionResultImpl. notifyIssue(IssueReport.IssueLevel level, String msg, long row, long col)voidIssueReport. notifyIssue(IssueReport.IssueLevel level, String msg, long row, long col)Notifies an issue occurred while performing an extraction on an input stream.
-