jdbreport.model.io
Interface ResourceWriter

All Known Subinterfaces:
ReportWriter, ResourceIO
All Known Implementing Classes:
DbrWriter, DocxWriter, Excel2003Writer, Excel2007Writer, ExcelWriter, HTMLBodyWriter, HTMLWriter, ITextWriter, ITextWriter, OdsWriter, OdtWriter, PdfWriter, PdfWriter, ReportBookParser, RptWriter, TemplateBookParser

public interface ResourceWriter

Since:
2.0
Version:
1.0 19.12.2009
Author:
Andrey Kholmanskih

Method Summary
 String write(String fileName, Object resource)
          Write of resources
 

Method Detail

write

String write(String fileName,
             Object resource)
             throws SaveReportException
Write of resources

Parameters:
fileName -
resource -
Returns:
the filename
Throws:
SaveReportException
Since:
2.0