Package org.apache.tika.server.core
Interface ParseContextConfig
- All Known Implementing Classes:
CompositeParseContextConfig
,DocumentSelectorConfig
,PasswordProviderConfig
,PDFServerConfig
,TesseractServerConfig
,TimeoutConfig
public interface ParseContextConfig
Implementations must be thread-safe!
This class translates http headers into objects/configurations set via the ParseContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(javax.ws.rs.core.MultivaluedMap<String, String> headers, Metadata metadata, ParseContext context) Configures the parseContext with present headers.
-
Method Details
-
configure
void configure(javax.ws.rs.core.MultivaluedMap<String, String> headers, Metadata metadata, ParseContext context) Configures the parseContext with present headers.- Parameters:
headers
- the headers.metadata
- the metadata.context
- the parse context to configure.
-