public class HandlerConfig extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
HandlerConfig.PARSE_MODE
HandlerConfig.PARSE_MODE.RMETA "recursive metadata" is the same as the -J option
in tika-app and the /rmeta endpoint in tika-server. |
Modifier and Type | Field and Description |
---|---|
static HandlerConfig |
DEFAULT_HANDLER_CONFIG |
Constructor and Description |
---|
HandlerConfig(BasicContentHandlerFactory.HANDLER_TYPE type,
HandlerConfig.PARSE_MODE parseMode,
int writeLimit,
int maxEmbeddedResources) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getMaxEmbeddedResources() |
HandlerConfig.PARSE_MODE |
getParseMode() |
BasicContentHandlerFactory.HANDLER_TYPE |
getType() |
int |
getWriteLimit() |
int |
hashCode() |
String |
toString() |
public static HandlerConfig DEFAULT_HANDLER_CONFIG
public HandlerConfig(BasicContentHandlerFactory.HANDLER_TYPE type, HandlerConfig.PARSE_MODE parseMode, int writeLimit, int maxEmbeddedResources)
public BasicContentHandlerFactory.HANDLER_TYPE getType()
public int getWriteLimit()
public int getMaxEmbeddedResources()
public HandlerConfig.PARSE_MODE getParseMode()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.