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 TypeClassDescriptionclass
Abstract 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 TypeClassDescriptionclass
Abstract base implementation ofAbstractReport
.class
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 -
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 RatReport
XmlReportFactory.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 TypeMethodDescriptionvoid
Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.void
Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.