Package org.apache.tika.detect

Interface Summary
Detector Content type detector.
 

Class Summary
CompositeDetector Content type detector that combines multiple different detection mechanisms.
ContainerAwareDetector A detector that knows about the container formats that we support (eg POIFS, Zip), and is able to peek inside them to better figure out the contents.
DefaultDetector A composite detector based on all the Detector implementations available through the service provider mechanism.
MagicDetector Content type detection based on magic bytes, i.e.
NameDetector Content type detection based on the resource name.
POIFSContainerDetector A detector that works on a POIFS OLE2 document to figure out exactly what the file is.
TextDetector Content type detection of plain text documents.
TypeDetector Content type detection based on a content type hint.
XmlRootExtractor Utility class that uses a SAXParser to determine the namespace URI and local name of the root element of an XML file.
ZipContainerDetector A detector that works on a Zip document to figure out exactly what the file is
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.