| Package | Description |
|---|---|
| org.apache.tika.config |
Tika configuration tools.
|
| org.apache.tika.detect |
Media type detection.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) CompositeEncodingDetector |
TikaConfig.EncodingDetectorXmlLoader.createComposite(java.util.List<EncodingDetector> encodingDetectors,
MimeTypes mimeTypes,
ServiceLoader loader) |
protected static CompositeEncodingDetector |
TikaConfig.getDefaultEncodingDetector(ServiceLoader loader) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEncodingDetector
A composite encoding detector based on all the
EncodingDetector implementations
available through the service provider mechanism. |