Uses of Interface
org.apache.any23.mime.MIMETypeDetector

Packages that use MIMETypeDetector
org.apache.any23 TODO fillme 
org.apache.any23.extractor TODO fillme 
org.apache.any23.mime TODO fillme 
 

Uses of MIMETypeDetector in org.apache.any23
 

Methods in org.apache.any23 with parameters of type MIMETypeDetector
 void Any23.setMIMETypeDetector(MIMETypeDetector detector)
          Allows to set an instance of MIMETypeDetector.
 

Uses of MIMETypeDetector in org.apache.any23.extractor
 

Methods in org.apache.any23.extractor with parameters of type MIMETypeDetector
 void SingleDocumentExtraction.setMIMETypeDetector(MIMETypeDetector detector)
          Sets the internal mime type detector, if null mimetype detection will be skipped and all extractors will be activated.
 

Uses of MIMETypeDetector in org.apache.any23.mime
 

Classes in org.apache.any23.mime that implement MIMETypeDetector
 class NaiveMIMETypeDetector
          Basic implementation of MIMETypeDetector based on file extensions.
 class TikaMIMETypeDetector
          Implementation of MIMETypeDetector based on Apache Tika.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.