Uses of Interface
org.apache.any23.mime.MIMETypeDetector
-
Packages that use MIMETypeDetector Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.mime This package provides support forMIME Typedata detection. -
-
Uses of MIMETypeDetector in org.apache.any23
Methods in org.apache.any23 with parameters of type MIMETypeDetector Modifier and Type Method Description voidAny23. setMIMETypeDetector(MIMETypeDetector detector)Allows to set an instance ofMIMETypeDetector. -
Uses of MIMETypeDetector in org.apache.any23.extractor
Methods in org.apache.any23.extractor with parameters of type MIMETypeDetector Modifier and Type Method Description voidSingleDocumentExtraction. setMIMETypeDetector(MIMETypeDetector detector)Sets the internal mime type detector, ifnullmimetype 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 Modifier and Type Class Description classNaiveMIMETypeDetectorBasic implementation ofMIMETypeDetectorbased on file extensions.classTikaMIMETypeDetectorImplementation ofMIMETypeDetectorbased on Apache Tika.
-