Package org.apache.rat.analysis
Class DefaultAnalyserFactory
java.lang.Object
org.apache.rat.analysis.DefaultAnalyserFactory
Creates default analysers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDocumentAnalyser
createDefaultAnalyser
(ReportConfiguration configuration) Creates a DocumentAnalyser from a collection of ILicenses.
-
Method Details
-
createDefaultAnalyser
Creates a DocumentAnalyser from a collection of ILicenses.- Parameters:
configuration
- the ReportConfiguration- Returns:
- A document analyser that uses the provides licenses.
-