Uses of Interface
org.apache.rat.report.RatReport

Packages that use RatReport
org.apache.rat.report   
org.apache.rat.report.claim.impl   
org.apache.rat.report.claim.impl.xml   
org.apache.rat.report.claim.util   
org.apache.rat.report.xml   
org.apache.rat.walker   
 

Uses of RatReport in org.apache.rat.report
 

Classes in org.apache.rat.report that implement RatReport
 class AbstractReport
          Abstract base class for deriving implementations of RatReport.
 

Methods in org.apache.rat.report with parameters of type RatReport
 void IReportable.run(RatReport report)
           
 

Uses of RatReport in org.apache.rat.report.claim.impl
 

Classes in org.apache.rat.report.claim.impl that implement RatReport
 class AbstractClaimReporter
          Abstract base implementation of Reporter.
 class ClaimAggregator
          The aggregator is used to create a numerical statistic of claims.
 

Uses of RatReport in org.apache.rat.report.claim.impl.xml
 

Classes in org.apache.rat.report.claim.impl.xml that implement RatReport
 class SimpleXmlClaimReporter
           
 

Uses of RatReport in org.apache.rat.report.claim.util
 

Classes in org.apache.rat.report.claim.util that implement RatReport
 class ClaimReporterMultiplexer
           
 class LicenseAddingReport
           
 

Uses of RatReport in org.apache.rat.report.xml
 

Methods in org.apache.rat.report.xml that return RatReport
static RatReport XmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration)
           
 

Uses of RatReport in org.apache.rat.walker
 

Methods in org.apache.rat.walker with parameters of type RatReport
 void DirectoryWalker.run(RatReport report)
          Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.
 void ArchiveWalker.run(RatReport report)
          Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.
 



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