public abstract class AbstractFileReport extends AbstractReportGenerator
This class already implements default methods for most of
the interface's methods. So you usually just need to implement
BugzillaReportGenerator.closeReport().
| Constructor and Description |
|---|
AbstractFileReport()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getOutputFile()
Returns the configured output file.
|
OutputStream |
getOutputStream()
Returns the stream to the output file.
|
void |
init(org.apache.commons.configuration.Configuration config)
Configures the file report.
|
getBugzillaSession, getMaximumBugzillaVersion, getMinimumBugzillaVersion, prepareReport, setBugzillaSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseReport, registerBugpublic void init(org.apache.commons.configuration.Configuration config)
throws org.apache.commons.configuration.ConfigurationException
init in interface BugzillaReportGeneratorinit in class AbstractReportGeneratorconfig - - the configuration objectorg.apache.commons.configuration.ConfigurationException - - when a configuration problem occurspublic File getOutputFile()
public OutputStream getOutputStream()
Copyright © 2012. All Rights Reserved.