Uses of Interface
org.apache.rat.document.IDocumentAnalyser
-
Packages that use IDocumentAnalyser Package Description org.apache.rat.analysis org.apache.rat.document.impl.util org.apache.rat.policy org.apache.rat.report.claim.util -
-
Uses of IDocumentAnalyser in org.apache.rat.analysis
Classes in org.apache.rat.analysis that implement IDocumentAnalyser Modifier and Type Class Description private static class
DefaultAnalyserFactory.DefaultAnalyser
class
DocumentHeaderAnalyser
Methods in org.apache.rat.analysis that return IDocumentAnalyser Modifier and Type Method Description static IDocumentAnalyser
DefaultAnalyserFactory. createDefaultAnalyser(IHeaderMatcher matcher)
-
Uses of IDocumentAnalyser in org.apache.rat.document.impl.util
Classes in org.apache.rat.document.impl.util that implement IDocumentAnalyser Modifier and Type Class Description class
DocumentAnalyserMultiplexer
Fields in org.apache.rat.document.impl.util declared as IDocumentAnalyser Modifier and Type Field Description private IDocumentAnalyser[]
DocumentAnalyserMultiplexer. analysers
Constructors in org.apache.rat.document.impl.util with parameters of type IDocumentAnalyser Constructor Description DocumentAnalyserMultiplexer(IDocumentAnalyser[] analysers)
-
Uses of IDocumentAnalyser in org.apache.rat.policy
Classes in org.apache.rat.policy that implement IDocumentAnalyser Modifier and Type Class Description class
DefaultPolicy
-
Uses of IDocumentAnalyser in org.apache.rat.report.claim.util
Fields in org.apache.rat.report.claim.util declared as IDocumentAnalyser Modifier and Type Field Description private IDocumentAnalyser
ClaimReporterMultiplexer. analyser
Constructors in org.apache.rat.report.claim.util with parameters of type IDocumentAnalyser Constructor Description ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser, java.util.List<? extends RatReport> reporters)
-