Uses of Enum
org.apache.tika.pipes.HandlerConfig.PARSE_MODE
-
Uses of HandlerConfig.PARSE_MODE in org.apache.tika.pipes
Modifier and TypeMethodDescriptionHandlerConfig.getParseMode()
static HandlerConfig.PARSE_MODE
static HandlerConfig.PARSE_MODE
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.ModifierConstructorDescriptionHandlerConfig
(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
Modifier and TypeMethodDescriptionvoid
PipesIterator.setParseMode
(HandlerConfig.PARSE_MODE parsePARSEMode)