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 voidendReport()voidreport(Document document)voidstartReport()
-
-
-
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
-
-