Uses of Class
org.apache.tika.pipes.HandlerConfig.PARSE_MODE
-
Packages that use HandlerConfig.PARSE_MODE Package Description org.apache.tika.pipes org.apache.tika.pipes.pipesiterator -
-
Uses of HandlerConfig.PARSE_MODE in org.apache.tika.pipes
Methods in org.apache.tika.pipes that return HandlerConfig.PARSE_MODE Modifier and Type Method Description HandlerConfig.PARSE_MODE
HandlerConfig. getParseMode()
static HandlerConfig.PARSE_MODE
HandlerConfig.PARSE_MODE. parseMode(String modeString)
static HandlerConfig.PARSE_MODE
HandlerConfig.PARSE_MODE. valueOf(String name)
Returns the enum constant of this type with the specified name.static HandlerConfig.PARSE_MODE[]
HandlerConfig.PARSE_MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.pipes with parameters of type HandlerConfig.PARSE_MODE Constructor Description HandlerConfig(BasicContentHandlerFactory.HANDLER_TYPE type, HandlerConfig.PARSE_MODE parseMode, int writeLimit, int maxEmbeddedResources, boolean throwOnWriteLimitReached)
-
Uses of HandlerConfig.PARSE_MODE in org.apache.tika.pipes.pipesiterator
Methods in org.apache.tika.pipes.pipesiterator with parameters of type HandlerConfig.PARSE_MODE Modifier and Type Method Description void
PipesIterator. setParseMode(HandlerConfig.PARSE_MODE parsePARSEMode)
-