Uses of Class
org.apache.tika.pipes.HandlerConfig
-
Packages that use HandlerConfig Package Description org.apache.tika.pipes org.apache.tika.pipes.pipesiterator org.apache.tika.server.core.resource -
-
Uses of HandlerConfig in org.apache.tika.pipes
Fields in org.apache.tika.pipes declared as HandlerConfig Modifier and Type Field Description static HandlerConfig
HandlerConfig. DEFAULT_HANDLER_CONFIG
Methods in org.apache.tika.pipes that return HandlerConfig Modifier and Type Method Description HandlerConfig
FetchEmitTuple. getHandlerConfig()
Methods in org.apache.tika.pipes with parameters of type HandlerConfig Modifier and Type Method Description void
FetchEmitTuple. setHandlerConfig(HandlerConfig handlerConfig)
Constructors in org.apache.tika.pipes with parameters of type HandlerConfig Constructor Description FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
Uses of HandlerConfig in org.apache.tika.pipes.pipesiterator
Methods in org.apache.tika.pipes.pipesiterator that return HandlerConfig Modifier and Type Method Description protected HandlerConfig
PipesIterator. getHandlerConfig()
-
Uses of HandlerConfig in org.apache.tika.server.core.resource
Methods in org.apache.tika.server.core.resource with parameters of type HandlerConfig Modifier and Type Method Description static List<Metadata>
RecursiveMetadataResource. parseMetadata(InputStream is, Metadata metadata, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, javax.ws.rs.core.UriInfo info, HandlerConfig handlerConfig)
-