org.apache.rat.report
Class AbstractReport

java.lang.Object
  extended by org.apache.rat.report.AbstractReport
All Implemented Interfaces:
RatReport
Direct Known Subclasses:
AbstractClaimReporter, LicenseAddingReport, SimpleXmlClaimReporter

public abstract class AbstractReport
extends Object
implements RatReport

Abstract base class for deriving implementations of RatReport.


Constructor Summary
AbstractReport()
           
 
Method Summary
 void endReport()
           
 void report(Document document)
           
 void startReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractReport

public AbstractReport()
Method Detail

startReport

public void startReport()
                 throws RatException
Specified by:
startReport in interface RatReport
Throws:
RatException

report

public void report(Document document)
            throws RatException
Specified by:
report in interface RatReport
Throws:
RatException

endReport

public void endReport()
               throws RatException
Specified by:
endReport in interface RatReport
Throws:
RatException


Copyright © 2006–2014 Apache Software Foundation. All rights reserved.