Uses of Interface
org.apache.rat.report.RatReport
Packages that use RatReport
Package
Description
Classes that generate the Rat report.
Classes that manage claims (metrics) about files and categories of files.
Classes that write the XML output.
Classes that walk directory trees and return documents.
-
Uses of RatReport in org.apache.rat.report
Classes in org.apache.rat.report that implement RatReportModifier and TypeClassDescriptionclass
Deprecated.class
A report that dumps the ReportConfiguration into the XML output.Methods in org.apache.rat.report with parameters of type RatReport -
Uses of RatReport in org.apache.rat.report.claim
Classes in org.apache.rat.report.claim that implement RatReportModifier and TypeClassDescriptionclass
Abstract base implementation ofRatReport
.class
The aggregator is used to create a numerical statistic of claims.class
Executes a RatReport that multiplexes the running of multiple RatReportsclass
A RatReport that publishes the results of the ClaimValidator.class
A Report that adds licenses text to files.class
A claim reporter to write the XML document.Constructor parameters in org.apache.rat.report.claim with type arguments of type RatReportModifierConstructorDescriptionClaimReporterMultiplexer
(IXmlWriter writer, boolean dryRun, DocumentAnalyser analyser, List<? extends RatReport> reporters) A multiplexer to run multiple claim reports. -
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 TypeMethodDescriptionprotected void
Process a directory, ignoring any files/directories set to be ignored.void
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.void
void
RatReport
directly.