Package org.apache.rat.report
Class ConfigurationReport
java.lang.Object
org.apache.rat.report.ConfigurationReport
- All Implemented Interfaces:
RatReport
A report that dumps the ReportConfiguration into the XML output.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationReport(IXmlWriter writer, ReportConfiguration configuration)Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidSignals the start of execution for the report.
-
Constructor Details
-
ConfigurationReport
Constructor.- Parameters:
writer- The writer to write the XML data to.configuration- the configuration to dump
-
-
Method Details
-
startReport
Description copied from interface:RatReportSignals the start of execution for the report. Will be called before thereport()method to ensure proper setup. Default implementation does nothing.- Specified by:
startReportin interfaceRatReport- Throws:
RatException- on error.- See Also:
RatReport.report(Document)
-