public class SingleFileStorage extends ReportStorage
| Constructor and Description |
|---|
SingleFileStorage(java.io.File file) |
SingleFileStorage(java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
storeReport(Report report,
ReportContext ctx)
Invoked by the report engine to store a report.
|
finish, initpublic SingleFileStorage(java.io.File file)
public SingleFileStorage(java.lang.String file)
public void storeReport(Report report, ReportContext ctx) throws ReportException
ReportStoragestoreReport in class ReportStoragereport - Reportctx - Context of reportReportException© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.