ReporterAbstractConsoleApp, Env, LogToReporterAdapter, ReplacerAdapter, ReporterAdapter, Slf4jReporterpublic interface Report
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Report.Location |
Defines a record for the location of an error/warning
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
getErrors() |
Return the errors.
|
Report.Location |
getLocation(java.lang.String msg) |
Return the errors for the given error or warning.
|
java.util.List<java.lang.String> |
getWarnings() |
Return the warnings.
|
boolean |
isOk() |
Check if this report has any relevant errors that should make the run
associated with this report invalid.
|
java.util.List<java.lang.String> getWarnings()
java.util.List<java.lang.String> getErrors()
Report.Location getLocation(java.lang.String msg)
msg - The messageboolean isOk()