Package org.apache.rat.analysis
Class DefaultAnalyserFactory.DefaultAnalyser
- java.lang.Object
-
- org.apache.rat.analysis.DefaultAnalyserFactory.DefaultAnalyser
-
- All Implemented Interfaces:
IDocumentAnalyser
- Enclosing class:
- DefaultAnalyserFactory
private static final class DefaultAnalyserFactory.DefaultAnalyser extends java.lang.Object implements IDocumentAnalyser
-
-
Field Summary
Fields Modifier and Type Field Description private IHeaderMatcher
matcher
-
Constructor Summary
Constructors Constructor Description DefaultAnalyser(IHeaderMatcher matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
analyse(Document subject)
-
-
-
Field Detail
-
matcher
private final IHeaderMatcher matcher
-
-
Constructor Detail
-
DefaultAnalyser
public DefaultAnalyser(IHeaderMatcher matcher)
-
-
Method Detail
-
analyse
public void analyse(Document subject) throws RatDocumentAnalysisException
- Specified by:
analyse
in interfaceIDocumentAnalyser
- Throws:
RatDocumentAnalysisException
-
-