@Incubating public interface DirectoryReport extends ConfigurableReport
Report.OutputType| Modifier and Type | Method and Description | 
|---|---|
| File | getDestination()The location on the filesystem of the report when it is generated. | 
| File | getEntryPoint()Returns the entry point of a directory based Report
 This can be the index.html file in a HTML report | 
| Report.OutputType | getOutputType()Always returns  Report.OutputType.DIRECTORY | 
setDestinationgetDisplayName, getName, isEnabled, setEnabled@Internal File getEntryPoint()
getDestination()
 if no entry point definedFile 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.DIRECTORYgetOutputType in interface ReportReport.OutputType.DIRECTORY