Uses of Interface
org.apache.rat.document.DocumentAnalyser
Packages that use DocumentAnalyser
Package
Description
Classes that perform analyses of files.
Classes that write the XML output.
-
Uses of DocumentAnalyser in org.apache.rat.analysis
Methods in org.apache.rat.analysis that return DocumentAnalyserModifier and TypeMethodDescriptionstatic DocumentAnalyserAnalyserFactory.createConfiguredAnalyser(ReportConfiguration configuration) Creates a DocumentAnalyser from the report configuration.static DocumentAnalyserAnalyserFactory.createMultiplexer(DocumentAnalyser... analysers) Creates an analyser that calls each of the provided analysers in order.static DocumentAnalyserAnalyserFactory.createPolicy(Predicate<ILicense> approvalPredicate) Creates an analyser that adds the approved license predicate to the document metadata.Methods in org.apache.rat.analysis with parameters of type DocumentAnalyserModifier and TypeMethodDescriptionstatic DocumentAnalyserAnalyserFactory.createMultiplexer(DocumentAnalyser... analysers) Creates an analyser that calls each of the provided analysers in order. -
Uses of DocumentAnalyser in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type DocumentAnalyserModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.multiplexer(XmlWriter writer, boolean dryRun, DocumentAnalyser analyser, List<? extends RatReport> reporters) Creates a RatReport that multiplexes the running of multiple RatReports