|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Exporter
An interface to report exporters.
| Method Summary | |
|---|---|
void |
export(ReportLayout[] layouts,
File file,
String encoding)
Exports the specified layout to a file. |
void |
export(ReportLayout[] layouts,
OutputStream output,
String encoding)
Exports the specified layout to a stream. |
void |
export(ReportLayout[] layouts,
Writer writer)
Exports the specified layout to a writer. |
boolean |
isBinary()
Checks whether binary. |
boolean |
isEmbedded()
Checks whether embedded. |
void |
setEmbedded(boolean flag)
Sets whether embedded. |
| Method Detail |
|---|
boolean isBinary()
boolean isEmbedded()
void setEmbedded(boolean flag)
flag - true if embedded, false otherwise.
void export(ReportLayout[] layouts,
Writer writer)
throws LogException
layouts - the report layouts.writer - the writer.
LogException - on errors.
void export(ReportLayout[] layouts,
File file,
String encoding)
throws LogException
layouts - the report layouts.file - the output file.encoding - the encoding.
LogException - on errors.
void export(ReportLayout[] layouts,
OutputStream output,
String encoding)
throws LogException
layouts - the report layouts.output - the output stream.encoding - the encoding.
LogException - on errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||