Uses of Enum
org.apache.tika.pipes.FetchEmitTuple.ON_PARSE_EXCEPTION
-
Uses of FetchEmitTuple.ON_PARSE_EXCEPTION in org.apache.tika.pipes
Modifier and TypeFieldDescriptionstatic final FetchEmitTuple.ON_PARSE_EXCEPTION
FetchEmitTuple.DEFAULT_ON_PARSE_EXCEPTION
Modifier 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.ModifierConstructorDescriptionFetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, ParseContext parseContext, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) -
Uses of FetchEmitTuple.ON_PARSE_EXCEPTION in org.apache.tika.pipes.pipesiterator
Modifier and TypeMethodDescriptionvoid
PipesIterator.setOnParseException
(FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)