A transforming report that applies an XSL transformation on an XML file obtained lazily through a closure.
| Constructor and description |
|---|
FileTransformingReport
(Project pProject, java.lang.String pName, java.lang.String pDisplayName, groovy.lang.Closure<java.io.File> pInput, java.lang.String pXslResource)Create a new FileTransformingReport. |
| Type | Name and description |
|---|---|
protected java.io.File |
getInputFile() |
| Methods inherited from class | Name |
|---|---|
class AbstractTransformingReport |
checkUpToDate, getInputFile, getXslFile, setXslFile, transform |
class DefaultDestinationReport |
getDestination, setDestination |
Create a new FileTransformingReport.
pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pInput - A closure specifying the file to transform the output of.pXslResource - The resource containing the default style sheet to apply if no XSL file
is specified.