org.apache.rat.report
Interface RatReport

All Known Implementing Classes:
AbstractClaimReporter, AbstractReport, ClaimAggregator, ClaimReporterMultiplexer, LicenseAddingReport, SimpleXmlClaimReporter

public interface RatReport


Method Summary
 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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.