public class DefaultSingleFileReport extends DefaultDestinationReport implements org.gradle.api.reporting.SingleFileReport
SingleFileReport with a lazily evaluated default destination.| Constructor and Description |
|---|
DefaultSingleFileReport(org.gradle.api.Project pProject,
java.lang.String pName,
java.lang.String pDisplayName,
groovy.lang.Closure<java.io.File> pDefaultDestination)
Create a new
DefaultSingleFileReport. |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.RegularFileProperty |
getOutputLocation() |
resolveDestinationconfigure, getDestination, getDisplayName, getName, getOutputType, getProject, getProjectLogger, getRequired, isEnabled, reportIsRequired, setDestination, setDestination, setEnabled, setEnabled, setOutputLocation, setRequired, toString, useDestinationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetDestination, setDestination, setEnabled, setEnabledpublic DefaultSingleFileReport(org.gradle.api.Project pProject,
java.lang.String pName,
java.lang.String pDisplayName,
groovy.lang.Closure<java.io.File> pDefaultDestination)
DefaultSingleFileReport.pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pDefaultDestination - A closure that will return the report's default file destination
when called.java.lang.NullPointerException - if pProject or pDefaultDestination is null.