public final class Reporter extends Object
| Constructor and Description |
|---|
Reporter()
Creates a fresh empty reporter
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(IReport report)
Adds the given
report to the reporter |
List<IReport> |
getReports() |
boolean |
hasErrors() |
String |
toString() |
public void add(IReport report)
report to the reporterreport - public List<IReport> getReports()
public boolean hasErrors()
IReport.Severity.ERROR