|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reporter
| Method Summary | |
|---|---|
java.lang.String[] |
getReports()
Get an array of report names offered by this Reporter. |
void |
reportTo(java.io.PrintWriter writer)
Make a default report to the passed-in Writer. |
void |
reportTo(java.lang.String name,
java.io.PrintWriter writer)
Make a report of the given name to the passed-in Writer, If null, give the default report. |
java.lang.String |
singleLineLegend()
Return a legend for the single-line summary report as a String. |
java.lang.String |
singleLineReport()
Return a short single-line summary report as a String. |
void |
singleLineReportTo(java.io.PrintWriter writer)
Make a single-line summary report to the passed-in writer |
| Method Detail |
|---|
java.lang.String[] getReports()
void reportTo(java.lang.String name,
java.io.PrintWriter writer)
writer - to receive report
void reportTo(java.io.PrintWriter writer)
throws java.io.IOException
writer - to receive report
java.io.IOException
void singleLineReportTo(java.io.PrintWriter writer)
throws java.io.IOException
writer - to receive report
java.io.IOExceptionjava.lang.String singleLineReport()
java.lang.String singleLineLegend()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||