Package org.apache.rat.report
Class AbstractReport
java.lang.Object
org.apache.rat.report.AbstractReport
- All Implemented Interfaces:
RatReport
- Direct Known Subclasses:
AbstractClaimReporter,LicenseAddingReport,SimpleXmlClaimReporter
Abstract base class for deriving implementations of
RatReport.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEmpty default implementation.voidEmpty default implementation.voidEmpty default implementation.
-
Constructor Details
-
AbstractReport
public AbstractReport()
-
-
Method Details
-
startReport
Empty default implementation.- Specified by:
startReportin interfaceRatReport- Throws:
RatException- on error.- See Also:
RatReport.report(Document)
-
report
Empty default implementation.- Specified by:
reportin interfaceRatReport- Parameters:
document- the actual document- Throws:
RatException- on error.
-
endReport
Empty default implementation.- Specified by:
endReportin interfaceRatReport- Throws:
RatException- on error.- See Also:
RatReport.report(Document)
-