| Class |
Description |
|
AbstractTransformingReport
|
Abstract base class for TransformingReport implementations that use an XSL style sheet
stored in a resource if no XSL file has been explicitly specified. |
|
AdditionalReportsTask
|
A task that holds additional reports for other tasks that for some reason cannot be added to
those tasks' report containers. |
|
DefaultDestinationReport
|
A report that lazily evaluates its destination through a Closure to a default value if no
destination has been specified when getDestination() is called. |
|
DefaultDirectoryReport
|
A DirectoryReport with a lazily evaluated default destination. |
|
DefaultFormatChoiceReport
|
A FormatChoiceReport with a default destination. |
|
DefaultSingleFileReport
|
A SingleFileReport with a lazily evaluated default destination. |
|
DocTypeFilterStream
|
A filtering input stream that replaces any XML DOCTYPE declaration with whitespace. |
|
FileTransformingReport
|
A transforming report that applies an XSL transformation on an XML file obtained lazily through a
closure. |
|
FormatChoiceReportTransformingReport
|
A ReportTransformingReport that transforms a FormatChoiceReport. |
|
MutableReportContainer
|
A report container that allows reports to be added after creation. |
|
ReportBuilder
|
A report builder incrementally writes the contents of a report to its destination. |
|
ReportTransformingReport
|
A transforming report that applies an XSL transformation on the output/destination of another
report to create its own output. |