public class DocumentSelectorConfig extends Object implements ParseContextConfig
Modifier and Type | Field and Description |
---|---|
static String |
X_TIKA_SKIP_EMBEDDED_HEADER |
Constructor and Description |
---|
DocumentSelectorConfig() |
Modifier and Type | Method and Description |
---|---|
void |
configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
Metadata mtadata,
ParseContext context)
Configures the parseContext with present headers.
|
public static final String X_TIKA_SKIP_EMBEDDED_HEADER
public void configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata mtadata, ParseContext context)
ParseContextConfig
configure
in interface ParseContextConfig
httpHeaders
- the headers.mtadata
- the metadata.context
- the parse context to configure.Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.