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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(javax.ws.rs.core.MultivaluedMap<String,String> headers, Metadata metadata, ParseContext context)
Configures the parseContext with present headers.
-
-
-
Method Detail
-
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.
-
-