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 theExtractor
API. -
-
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.IssueLevel
IssueReport.Issue. getLevel()
static IssueReport.IssueLevel
IssueReport.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 void
ExtractionResultImpl. notifyIssue(IssueReport.IssueLevel level, String msg, long row, long col)
void
IssueReport. notifyIssue(IssueReport.IssueLevel level, String msg, long row, long col)
Notifies an issue occurred while performing an extraction on an input stream.
-