Uses of Interface
rat.document.IDocumentMatcher

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

Uses of IDocumentMatcher in rat.document.impl.guesser
 

Classes in rat.document.impl.guesser that implement IDocumentMatcher
 class ArchiveGuesser
           
 class BinaryGuesser
           
 class NoteGuesser
           
 

Uses of IDocumentMatcher in rat.document.impl.util
 

Classes in 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 rat.document.impl.util with parameters of type IDocumentMatcher
ConditionalAnalyser(IDocumentMatcher matcher, IDocumentAnalyser analyser)
           
DocumentMatcherMultiplexer(IDocumentMatcher[] matchers)
           
MatchNegator(IDocumentMatcher matcher)
           
 

Uses of IDocumentMatcher in rat.report.analyser
 

Methods in 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-2011. All Rights Reserved.