public interface IReportController
| Modifier and Type | Method and Description |
|---|---|
void |
resetResultFile()
Sets the result file to default.
|
void |
setResultFile(java.lang.String fileName)
Sets the result file.
|
void |
setWriteReportInfo(boolean doWriteReportInfo)
Determines if the report info file shall be written.
|
void setWriteReportInfo(boolean doWriteReportInfo)
The report info file is only written if the report writes into a target directory. The file indicates cockpit that this directory contains a report that can be overwritten by processing a new report into that directory. Other non empty directories cannot be selected by the user as report destination.
doWriteReportInfo - true to write (default), false not to writevoid setResultFile(java.lang.String fileName)
fileName - filename of the result file (absolute path; null or empty for none)void resetResultFile()