Package org.apache.rat.report.claim.util
Class ClaimReporterMultiplexer
java.lang.Object
org.apache.rat.report.claim.util.ClaimReporterMultiplexer
- All Implemented Interfaces:
RatReport
-
Constructor Summary
ConstructorsConstructorDescriptionClaimReporterMultiplexer(IDocumentAnalyser pAnalyser, List<? extends RatReport> reporters) -
Method Summary
Modifier and TypeMethodDescriptionvoidSignals the end of execution for the report.voidPerforms the actual reporting on the given document.voidSignals the start of execution for the report.
-
Constructor Details
-
ClaimReporterMultiplexer
-
-
Method Details
-
report
Description copied from interface:RatReportPerforms the actual reporting on the given document.- Specified by:
reportin interfaceRatReport- Parameters:
document- write any reporting results into this document upon analysis.- Throws:
RatException- on error.
-
startReport
Description copied from interface:RatReportSignals the start of execution for the report. Will be called before thereport()method to ensure proper setup.- Specified by:
startReportin interfaceRatReport- Throws:
RatException- on error.- See Also:
RatReport.report(Document)
-
endReport
Description copied from interface:RatReportSignals the end of execution for the report. Will be called after thereport()method to ensure proper cleanup.- Specified by:
endReportin interfaceRatReport- Throws:
RatException- on error.- See Also:
RatReport.report(Document)
-