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 void
endReport()
void
report(Document document)
void
startReport()
-
-
-
Method Detail
-
startReport
public void startReport() throws RatException
- Specified by:
startReport
in interfaceRatReport
- Throws:
RatException
-
report
public void report(Document document) throws RatException
- Specified by:
report
in interfaceRatReport
- Throws:
RatException
-
endReport
public void endReport() throws RatException
- Specified by:
endReport
in interfaceRatReport
- Throws:
RatException
-
-