|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.infrared.web.report.ExcelSummaryReport
This class creates a summary report as excel workbook The excel file is created using the Jakarta POI api.
| Constructor Summary | |
ExcelSummaryReport()
Constructor |
|
| Method Summary | |
void |
addSnapShot(PerformanceDataSnapShot snapShot)
Add the snapshot to the report |
void |
save(OutputStream os)
Save the report to a stream |
void |
save(String fileName)
Save the report |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExcelSummaryReport()
| Method Detail |
public void addSnapShot(PerformanceDataSnapShot snapShot)
SummaryReport
addSnapShot in interface SummaryReportsnapShot - SummaryReport.addSnapShot(net.sf.infrared.agent.PerformanceDataSnapShot)
public void save(String fileName)
throws IOException
SummaryReport
save in interface SummaryReportfileName -
IOExceptionSummaryReport.save(java.lang.String)
public void save(OutputStream os)
throws IOException
SummaryReport
save in interface SummaryReportos -
IOExceptionSummaryReport.save(java.io.OutputStream)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||