Uses of Interface
org.apache.rat.document.IDocumentAnalyser
Packages that use IDocumentAnalyser
Package
Description
Classes that perform analyses of files.
The definitions of Documents and their analysers.
Policies for various methods of reporting.
Classes that manage claims (metrics) about files and categories of files.
-
Uses of IDocumentAnalyser in org.apache.rat.analysis
Methods in org.apache.rat.analysis that return IDocumentAnalyserModifier and TypeMethodDescriptionstatic IDocumentAnalyser
DefaultAnalyserFactory.createDefaultAnalyser
(ReportConfiguration configuration) Creates a DocumentAnalyser from a collection of ILicenses. -
Uses of IDocumentAnalyser in org.apache.rat.document
Classes in org.apache.rat.document that implement IDocumentAnalyserConstructors in org.apache.rat.document with parameters of type IDocumentAnalyserModifierConstructorDescriptionDocumentAnalyserMultiplexer
(IDocumentAnalyser[] analysers) Constructor. -
Uses of IDocumentAnalyser in org.apache.rat.policy
Classes in org.apache.rat.policy that implement IDocumentAnalyserModifier and TypeClassDescriptionclass
A default Document Analyser that determines if the matched license is in the set of approved licenses. -
Uses of IDocumentAnalyser in org.apache.rat.report.claim
Constructors in org.apache.rat.report.claim with parameters of type IDocumentAnalyserModifierConstructorDescriptionClaimReporterMultiplexer
(IXmlWriter writer, boolean dryRun, IDocumentAnalyser analyser, List<? extends RatReport> reporters) A multiplexer to run multiple claim reports.