Package org.apache.rat.report.claim
Class SimpleXmlClaimReporter
java.lang.Object
org.apache.rat.report.claim.SimpleXmlClaimReporter
- All Implemented Interfaces:
RatReport
A claim reporter to write the XML document.
-
Constructor Details
-
SimpleXmlClaimReporter
Constructor.- Parameters:
writer
- The writer to write the report to.
-
-
Method Details
-
report
Description copied from interface:RatReport
Performs the actual reporting on the given document. Default implementation does nothing.- Specified by:
report
in interfaceRatReport
- Parameters:
document
- write any reporting results into this document upon analysis.- Throws:
RatException
- on error.
-