A single file report that is created by applying an XSL transformation on some XML input. The result of the transformation will be written to the report's destination.
| Fields inherited from class | Fields |
|---|---|
interface org.gradle.api.reporting.SingleFileReport |
NAMER |
| Type | Name and description |
|---|---|
boolean |
checkUpToDate()Check if the report is up to date with respect to its XML input. |
java.io.File |
getXslFile()Get the XSL file that will be used to transform the XML input. |
void |
setXslFile(java.lang.Object pFile)Set the file containing the style sheet to use when transforming the XML input. |
void |
transform()Transform the report's XML input using the XSL style sheet specified for this report and write the result to this report's destination. |
| Methods inherited from class | Name |
|---|---|
interface org.gradle.api.reporting.SingleFileReport |
org.gradle.api.reporting.SingleFileReport#getOutputType(), org.gradle.api.reporting.SingleFileReport#setDestination(java.lang.Object), org.gradle.api.reporting.SingleFileReport#getName(), org.gradle.api.reporting.SingleFileReport#getDisplayName(), org.gradle.api.reporting.SingleFileReport#isEnabled(), org.gradle.api.reporting.SingleFileReport#setEnabled(boolean), org.gradle.api.reporting.SingleFileReport#getDestination(), org.gradle.api.reporting.SingleFileReport#configure(groovy.lang.Closure) |
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Check if the report is up to date with respect to its XML input.
Get the XSL file that will be used to transform the XML input.
Set the file containing the style sheet to use when transforming the XML input.
pFile - The file specification, will be resolved using Project.file(). If the
file is null an identity transformation will be performed.Transform the report's XML input using the XSL style sheet specified for this report and write the result to this report's destination.