Uses of Interface
org.apache.rat.document.DocumentAnalyser
Packages that use DocumentAnalyser
Package
Description
Classes that perform analyses of files.
Classes that manage claims (metrics) about files and categories of files.
-
Uses of DocumentAnalyser in org.apache.rat.analysis
Methods in org.apache.rat.analysis that return DocumentAnalyserModifier and TypeMethodDescriptionstatic DocumentAnalyser
AnalyserFactory.createConfiguredAnalyser(ReportConfiguration configuration)
Creates a DocumentAnalyser from the report configuration.static DocumentAnalyser
AnalyserFactory.createMultiplexer(DocumentAnalyser... analysers)
Creates an analyser that calls each of the provided analysers in order.static DocumentAnalyser
AnalyserFactory.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 DocumentAnalyser
AnalyserFactory.createMultiplexer(DocumentAnalyser... analysers)
Creates an analyser that calls each of the provided analysers in order. -
Uses of DocumentAnalyser in org.apache.rat.report.claim
Constructors in org.apache.rat.report.claim with parameters of type DocumentAnalyserModifierConstructorDescriptionClaimReporterMultiplexer(IXmlWriter writer, boolean dryRun, DocumentAnalyser analyser, List<? extends RatReport> reporters)
A multiplexer to run multiple claim reports.