|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.daisy.zedval.DefaultReporter
The default ZedReporter for the ZedVal application
| Constructor Summary | |
DefaultReporter()
|
|
| Method Summary | |
void |
addMessage(ZedMessage m)
Adds a message for the report output |
void |
close()
Closes the report |
void |
initialize()
Initializes the report |
void |
setContext(DefaultContext c)
Associates a DefaultContext with this report (used only by the reporter, not TestProcessors) |
void |
setContext(ZedContext c)
Associates a ZedContext with this report |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultReporter()
| Method Detail |
public void setContext(ZedContext c)
setContext in interface ZedReporterc - The ZedContext associated with this reportpublic void setContext(DefaultContext c)
c - the DefaultContext object associated with this report
public void initialize()
throws ZedReporterException
initialize in interface ZedReporterZedReporterException
public void addMessage(ZedMessage m)
throws ZedReporterException
addMessage in interface ZedReporterZedReporterException
public void close()
throws ZedReporterException
close in interface ZedReporterZedReporterException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||