abstract class AbstractTransformingReport extends DefaultSingleFileReport
Abstract base class for TransformingReport implementations that use an XSL style sheet
stored in a resource if no XSL file has been explicitly specified.
| Constructor and description |
|---|
protected AbstractTransformingReport
(Project pProject, java.lang.String pName, java.lang.String pDisplayName, java.lang.String pXslResource, groovy.lang.Closure<java.io.File> pDefaultDestination)Create a new AbstractTransformingReport. |
| Type | Name and description |
|---|---|
boolean |
checkUpToDate() |
protected java.io.File |
getInputFile()Get the XML input file to transform. |
java.io.File |
getXslFile() |
void |
setXslFile(java.lang.Object pFile) |
void |
transform() |
| Methods inherited from class | Name |
|---|---|
class DefaultDestinationReport |
getDestination, setDestination |
Create a new AbstractTransformingReport.
pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pXslResource - The resource containing the default style sheet to apply if no
XSL file is specified.pDefaultDestination - A closure that will return the report's default file destination
when called.Get the XML input file to transform.
Groovy Documentation