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
public abstract class AbstractReport extends java.lang.Object implements RatReport
Abstract base class for deriving implementations ofRatReport.
-
-
Constructor Summary
Constructors Constructor Description AbstractReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendReport()voidreport(Document document)voidstartReport()
-
-
-
Method Detail
-
startReport
public void startReport() throws RatException- Specified by:
startReportin interfaceRatReport- Throws:
RatException
-
report
public void report(Document document) throws RatException
- Specified by:
reportin interfaceRatReport- Throws:
RatException
-
endReport
public void endReport() throws RatException- Specified by:
endReportin interfaceRatReport- Throws:
RatException
-
-