|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Report
A base interface to represent the state of a work in progress.
| Nested Class Summary | |
|---|---|
static class |
Report.Location
Defines a record for the location of an error/warning |
| Method Summary | |
|---|---|
List<String> |
getErrors()
Return the errors. |
Report.Location |
getLocation(String msg)
Return the errors for the given error or warning. |
List<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. |
| Method Detail |
|---|
List<String> getWarnings()
List<String> getErrors()
Report.Location getLocation(String msg)
msg - The message
boolean isOk()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||