org.apache.rat.report.claim.util
Class ClaimReporterMultiplexer

java.lang.Object
  extended by org.apache.rat.report.claim.util.ClaimReporterMultiplexer
All Implemented Interfaces:
RatReport

public class ClaimReporterMultiplexer
extends java.lang.Object
implements RatReport


Constructor Summary
ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser, java.util.List reporters)
           
 
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

ClaimReporterMultiplexer

public ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser,
                                java.util.List reporters)
Method Detail

report

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

startReport

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

endReport

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


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