| Package | Description |
|---|---|
| org.apache.tika.detect |
Media type detection.
|
| org.apache.tika.metadata.filter |
| Modifier and Type | Method and Description |
|---|---|
void |
FileCommandDetector.setFilePath(String fileCommandPath) |
void |
FileCommandDetector.setMaxBytes(int maxBytes)
If this is not called on a TikaInputStream, this detector
will spool up to this many bytes to a file to be detected
by the 'file' command.
|
void |
FileCommandDetector.setTimeoutMs(long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcludeFieldMetadataFilter.setExclude(List<String> exclude) |
void |
IncludeFieldMetadataFilter.setInclude(List<String> include) |
void |
ClearByMimeMetadataFilter.setMimes(List<String> mimes) |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.