Uses of Interface
org.apache.rat.report.RatReport
Packages that use RatReport
Package
Description
-
Uses of RatReport in org.apache.rat.report
Classes in org.apache.rat.report that implement RatReportModifier and TypeClassDescriptionclassAbstract base class for deriving implementations ofRatReport.Methods in org.apache.rat.report with parameters of type RatReport -
Uses of RatReport in org.apache.rat.report.claim.impl
Classes in org.apache.rat.report.claim.impl that implement RatReportModifier and TypeClassDescriptionclassAbstract base implementation ofAbstractReport.classThe 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 -
Uses of RatReport in org.apache.rat.report.claim.util
Classes in org.apache.rat.report.claim.util that implement RatReportConstructor parameters in org.apache.rat.report.claim.util with type arguments of type RatReportModifierConstructorDescriptionClaimReporterMultiplexer(IDocumentAnalyser pAnalyser, List<? extends RatReport> reporters) -
Uses of RatReport in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml that return RatReportModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)Creates a RatReport from the arguments. -
Uses of RatReport in org.apache.rat.walker
Methods in org.apache.rat.walker with parameters of type RatReportModifier and TypeMethodDescriptionvoidRun a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.voidRun a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.