Uses of Enum
org.apache.tika.pipes.FetchEmitTuple.ON_PARSE_EXCEPTION
Packages that use FetchEmitTuple.ON_PARSE_EXCEPTION
-
Uses of FetchEmitTuple.ON_PARSE_EXCEPTION in org.apache.tika.pipes
Fields in org.apache.tika.pipes declared as FetchEmitTuple.ON_PARSE_EXCEPTIONModifier and TypeFieldDescriptionstatic final FetchEmitTuple.ON_PARSE_EXCEPTION
FetchEmitTuple.DEFAULT_ON_PARSE_EXCEPTION
Methods in org.apache.tika.pipes that return FetchEmitTuple.ON_PARSE_EXCEPTIONModifier and TypeMethodDescriptionFetchEmitTuple.getOnParseException()
Returns the enum constant of this type with the specified name.static FetchEmitTuple.ON_PARSE_EXCEPTION[]
FetchEmitTuple.ON_PARSE_EXCEPTION.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 FetchEmitTuple.ON_PARSE_EXCEPTIONModifierConstructorDescriptionFetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) FetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) -
Uses of FetchEmitTuple.ON_PARSE_EXCEPTION in org.apache.tika.pipes.pipesiterator
Methods in org.apache.tika.pipes.pipesiterator that return FetchEmitTuple.ON_PARSE_EXCEPTIONMethods in org.apache.tika.pipes.pipesiterator with parameters of type FetchEmitTuple.ON_PARSE_EXCEPTIONModifier and TypeMethodDescriptionvoid
PipesIterator.setOnParseException
(FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)