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
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.classA Report that adds licenses text to files. -
Uses of RatReport in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml that return RatReportModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.configuration(XmlWriter writer, ReportConfiguration configuration) Creates a configuration reportstatic RatReportXmlReportFactory.createStandardReport(XmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a RatReport from the arguments.static RatReportXmlReportFactory.multiplexer(XmlWriter writer, boolean dryRun, DocumentAnalyser analyser, List<? extends RatReport> reporters) Creates a RatReport that multiplexes the running of multiple RatReportsstatic RatReportCreates a simple claim reporter.static RatReportXmlReportFactory.validator(XmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a simple claim validator reporterMethod parameters in org.apache.rat.report.xml with type arguments of type RatReportModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.multiplexer(XmlWriter writer, boolean dryRun, DocumentAnalyser analyser, List<? extends RatReport> reporters) Creates a RatReport that multiplexes the running of multiple RatReports -
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