public abstract class AbstractReportOutput extends Object implements ReportOutput
Constructor and Description |
---|
AbstractReportOutput(OutputFormat format) |
Modifier and Type | Method and Description |
---|---|
void |
close()
marks the report as CLOSED.
|
OutputFormat |
getFormat() |
Status |
getStatus() |
void |
open()
marks the report as OPEN.
|
void |
output(String templateName) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
output
public AbstractReportOutput(OutputFormat format)
format
- public void open()
open
in interface ReportOutput
public void output(String templateName)
templateName
- public void close()
close
in interface ReportOutput
public OutputFormat getFormat()
getFormat
in interface ReportOutput
public Status getStatus()
Copyright © 2006–2015. All rights reserved.