Package org.apache.rat.document
Interface IDocumentAnalyser
- All Known Implementing Classes:
DefaultPolicy
,DocumentAnalyserMultiplexer
public interface IDocumentAnalyser
Analyses Documents.
-
Method Summary
-
Method Details
-
analyse
Analyse the specified document.- Parameters:
document
- the document to analyze- Throws:
RatDocumentAnalysisException
- on error.
-