| Package | Description |
|---|---|
| org.apache.tika.pipes | |
| org.apache.tika.sax |
SAX utilities.
|
| org.apache.tika.server.core.resource |
| Modifier and Type | Method and Description |
|---|---|
BasicContentHandlerFactory.HANDLER_TYPE |
HandlerConfig.getType() |
| Constructor and Description |
|---|
HandlerConfig(BasicContentHandlerFactory.HANDLER_TYPE type,
HandlerConfig.PARSE_MODE parseMode,
int writeLimit,
int maxEmbeddedResources) |
| Modifier and Type | Method and Description |
|---|---|
BasicContentHandlerFactory.HANDLER_TYPE |
BasicContentHandlerFactory.getType() |
static BasicContentHandlerFactory.HANDLER_TYPE |
BasicContentHandlerFactory.parseHandlerType(String handlerTypeName,
BasicContentHandlerFactory.HANDLER_TYPE defaultType)
Tries to parse string into handler type.
|
static BasicContentHandlerFactory.HANDLER_TYPE |
BasicContentHandlerFactory.HANDLER_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicContentHandlerFactory.HANDLER_TYPE[] |
BasicContentHandlerFactory.HANDLER_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BasicContentHandlerFactory.HANDLER_TYPE |
BasicContentHandlerFactory.parseHandlerType(String handlerTypeName,
BasicContentHandlerFactory.HANDLER_TYPE defaultType)
Tries to parse string into handler type.
|
| Constructor and Description |
|---|
BasicContentHandlerFactory(BasicContentHandlerFactory.HANDLER_TYPE type,
int writeLimit) |
| Modifier and Type | Field and Description |
|---|---|
protected static BasicContentHandlerFactory.HANDLER_TYPE |
RecursiveMetadataResource.DEFAULT_HANDLER_TYPE |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.