Package org.apache.rat.document
Class DocumentAnalyserMultiplexer
java.lang.Object
org.apache.rat.document.DocumentAnalyserMultiplexer
- All Implemented Interfaces:
IDocumentAnalyser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DocumentAnalyserMultiplexer
Constructor.- Parameters:
analysers
- The Document analysers to execute.
-
-
Method Details
-
analyse
Execute the Document analysers on the provided document.- Specified by:
analyse
in interfaceIDocumentAnalyser
- Parameters:
document
- The document to analyse.- Throws:
RatDocumentAnalysisException
- on error.
-