| Package | Description |
|---|---|
| org.apache.any23.extractor |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueReport.notifyIssue(IssueReport.IssueLevel level,
String msg,
long row,
long col)
Notifies an issue occurred while performing an extraction on an input stream.
|
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.