Uses of Interface
org.apache.rat.document.IDocumentMatcher

Packages that use IDocumentMatcher
org.apache.rat.document.impl.guesser   
org.apache.rat.document.impl.util   
org.apache.rat.report.analyser   
 

Uses of IDocumentMatcher in org.apache.rat.document.impl.guesser
 

Classes in org.apache.rat.document.impl.guesser that implement IDocumentMatcher
 class ArchiveGuesser
           
 class BinaryGuesser
          TODO: factor into MIME guesser and MIME->binary guesser
 class NoteGuesser
           
 

Uses of IDocumentMatcher in org.apache.rat.document.impl.util
 

Classes in org.apache.rat.document.impl.util that implement IDocumentMatcher
 class ConditionalAnalyser
          Analyses documents matching given condition.
 class DocumentMatcherMultiplexer
          Calls all the matchers in turn until one returns true.
 class MatchNegator
          Negatives the result of the given matcher.
 

Constructors in org.apache.rat.document.impl.util with parameters of type IDocumentMatcher
ConditionalAnalyser(IDocumentMatcher matcher, IDocumentAnalyser analyser)
           
DocumentMatcherMultiplexer(IDocumentMatcher[] matchers)
           
MatchNegator(IDocumentMatcher matcher)
           
 

Uses of IDocumentMatcher in org.apache.rat.report.analyser
 

Methods in org.apache.rat.report.analyser with parameters of type IDocumentMatcher
static IDocumentAnalyser DefaultAnalyserFactory.createDefaultAnalyser(IDocumentAnalyser binaryAnalyser, IDocumentAnalyser archiveAnalyser, IDocumentAnalyser noticeAnalyser, IDocumentAnalyser standardAnalyser, IDocumentMatcher binaryGuesser, IDocumentMatcher archiveGuesser, IDocumentMatcher noteGuesser)
           
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.