org.apache.tika.detect
Class DefaultDetector

java.lang.Object
  extended by org.apache.tika.detect.CompositeDetector
      extended by org.apache.tika.detect.DefaultDetector
All Implemented Interfaces:
java.io.Serializable, Detector

public class DefaultDetector
extends CompositeDetector

A composite detector based on all the Detector implementations available through the service provider mechanism.

Since:
Apache Tika 0.9
See Also:
Serialized Form

Constructor Summary
DefaultDetector()
           
DefaultDetector(java.lang.ClassLoader loader)
           
DefaultDetector(MimeTypes types)
           
DefaultDetector(MimeTypes types, java.lang.ClassLoader loader)
           
 
Method Summary
 
Methods inherited from class org.apache.tika.detect.CompositeDetector
detect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDetector

public DefaultDetector(MimeTypes types,
                       java.lang.ClassLoader loader)

DefaultDetector

public DefaultDetector(java.lang.ClassLoader loader)

DefaultDetector

public DefaultDetector(MimeTypes types)

DefaultDetector

public DefaultDetector()


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