public interface IssueReport
| Modifier and Type | Interface and Description |
|---|---|
static class |
IssueReport.Issue
This class defines a generic issue traced by this extraction result.
|
static class |
IssueReport.IssueLevel
Possible issue levels.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IssueReport.Issue> |
getIssues()
Returns all the collected issues.
|
void |
notifyIssue(IssueReport.IssueLevel level,
String msg,
int row,
int col)
Notifies an issue occurred while performing an extraction on an input stream.
|
void |
printReport(PrintStream ps)
Prints out the content of the report.
|
void notifyIssue(IssueReport.IssueLevel level, String msg, int row, int col)
level - issue level.msg - issue message.row - issue row.col - issue column.void printReport(PrintStream ps)
ps - Collection<IssueReport.Issue> getIssues()
IssueReport.Issues.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.