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 TypeClassDescriptionclassDeprecated.classA 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 TypeClassDescriptionclassAbstract base implementation ofRatReport.classThe aggregator is used to create a numerical statistic of claims.classExecutes a RatReport that multiplexes the running of multiple RatReportsclassA RatReport that publishes the results of the ClaimValidator.classA Report that adds licenses text to files.classA 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 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 TypeMethodDescriptionprotected voidProcess a directory, ignoring any files/directories set to be ignored.voidRun 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.voidvoid
RatReportdirectly.