|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tika.detect.CompositeDetector org.apache.tika.detect.DefaultDetector
public class DefaultDetector
A composite detector based on all the Detector
implementations
available through the service provider mechanism
.
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 |
---|
public DefaultDetector(MimeTypes types, java.lang.ClassLoader loader)
public DefaultDetector(java.lang.ClassLoader loader)
public DefaultDetector(MimeTypes types)
public DefaultDetector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |