class DefaultDirectoryReport extends DefaultDestinationReport
A DirectoryReport with a lazily evaluated default destination.
| Constructor and description |
|---|
DefaultDirectoryReport
(Project pProject, java.lang.String pName, java.lang.String pDisplayName, java.lang.String pEntryPointRelativePath, groovy.lang.Closure<java.io.File> pDefaultDestination)Create a new DefaultDirectoryReport. |
| Type | Name and description |
|---|---|
java.io.File |
getEntryPoint() |
| Methods inherited from class | Name |
|---|---|
class DefaultDestinationReport |
getDestination, setDestination |
Create a new DefaultDirectoryReport.
pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pEntryPointRelativePath
- The report's entry point relative to its destination. Pass null
to use the destination as entry point.pDefaultDestination - A closure that will return the report's default directory
destination when called.