|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDumper
API of dumper. A dumper is enable to dump the whole context when report is generated :
FieldsMetadata which can be exported as XML.
https://code.google.com/p/xdocreport/wiki/XDocReportDumper| Method Summary | |
|---|---|
void |
dump(IXDocReport report,
IContext context,
DumperOptions options,
OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result of the dump in the given out. |
void |
dump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result of the dump in the given out. |
MimeMapping |
getMimeMapping()
Returns mime mapping switch the kind of the dumper. |
| Method Detail |
|---|
void dump(IXDocReport report,
IContext context,
DumperOptions options,
OutputStream out)
throws IOException,
XDocReportException
IXDocReport#setCacheOriginalDocument(true) is called when report is loaded.
report - the IXDocReport to dump.context - the IContext to dump.options - the dumper options.out - the output stream where dump must be written.
IOException
XDocReportException
void dump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
OutputStream out)
throws IOException,
XDocReportException
report - the IXDocReport to dump.documentIn - the InputStream of the report.context - the IContext to dump.options - the dumper options.out - the output stream where dump must be written.
IOException
XDocReportExceptionMimeMapping getMimeMapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||