|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reporter
Provides an asbtraction to allow pluggable report handling.
| Method Summary | |
|---|---|
void |
reportBegin(Reportable source)
Signals the start of a reporting run. |
void |
reportEnd()
Called after the goal has run (with or with-out errors). |
void |
reportError(Throwable cause)
Called when a failure has occured while executing a goal. |
| Method Detail |
|---|
void reportBegin(Reportable source)
source - The source of the report; must not be null.void reportError(Throwable cause)
cause - The cause of the error; must not be null.void reportEnd()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||