Package org.apache.rat.report
Interface RatReport
-
- All Known Implementing Classes:
AbstractClaimReporter
,AbstractReport
,ClaimAggregator
,ClaimReporterMultiplexer
,LicenseAddingReport
,SimpleXmlClaimReporter
public interface RatReport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endReport()
void
report(Document document)
void
startReport()
-
-
-
Method Detail
-
startReport
void startReport() throws RatException
- Throws:
RatException
-
report
void report(Document document) throws RatException
- Throws:
RatException
-
endReport
void endReport() throws RatException
- Throws:
RatException
-
-