public interface SingleFileReport extends ConfigurableReport
Report.OutputType| Modifier and Type | Method and Description | 
|---|---|
| File | getDestination()The location on the filesystem of the report when it is generated. | 
| Report.OutputType | getOutputType()Always returns  Report.OutputType.FILE | 
setDestinationgetDisplayName, getName, isEnabled, setEnabledFile getDestination()
Report
 Depending on the output type of the report, this may point to
 a file or a directory.
 
Subtypes may implement setters for the destination.
getDestination in interface ReportReport.OutputType getOutputType()
Report.OutputType.FILEgetOutputType in interface ReportReport.OutputType.FILE