|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Detector | |
---|---|
org.apache.tika.detect | |
org.apache.tika.mime | |
org.apache.tika.parser |
Uses of Detector in org.apache.tika.detect |
---|
Classes in org.apache.tika.detect that implement Detector | |
---|---|
class |
CompositeDetector
Content type detector that combines multiple different detection mechanisms. |
class |
MagicDetector
Content type detection based on magic bytes, i.e. |
class |
NameDetector
Content type detection based on the resource name. |
class |
TextDetector
Content type detection of plain text documents. |
class |
TypeDetector
Content type detection based on a content type hint. |
Constructor parameters in org.apache.tika.detect with type arguments of type Detector | |
---|---|
CompositeDetector(java.util.List<Detector> detectors)
|
Uses of Detector in org.apache.tika.mime |
---|
Classes in org.apache.tika.mime that implement Detector | |
---|---|
class |
MimeTypes
This class is a MimeType repository. |
Uses of Detector in org.apache.tika.parser |
---|
Methods in org.apache.tika.parser that return Detector | |
---|---|
Detector |
AutoDetectParser.getDetector()
Returns the type detector used by this parser to auto-detect the type of a document. |
Methods in org.apache.tika.parser with parameters of type Detector | |
---|---|
void |
AutoDetectParser.setDetector(Detector detector)
Sets the type detector used by this parser to auto-detect the type of a document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |