Uses of Class
org.apache.tika.pipes.FetchEmitTuple.ON_PARSE_EXCEPTION
-
Packages that use FetchEmitTuple.ON_PARSE_EXCEPTION Package Description org.apache.tika.pipes org.apache.tika.pipes.pipesiterator -
-
Uses of FetchEmitTuple.ON_PARSE_EXCEPTION in org.apache.tika.pipes
Fields in org.apache.tika.pipes declared as FetchEmitTuple.ON_PARSE_EXCEPTION Modifier and Type Field Description static FetchEmitTuple.ON_PARSE_EXCEPTION
FetchEmitTuple. DEFAULT_ON_PARSE_EXCEPTION
Methods in org.apache.tika.pipes that return FetchEmitTuple.ON_PARSE_EXCEPTION Modifier and Type Method Description FetchEmitTuple.ON_PARSE_EXCEPTION
FetchEmitTuple. getOnParseException()
static FetchEmitTuple.ON_PARSE_EXCEPTION
FetchEmitTuple.ON_PARSE_EXCEPTION. valueOf(String name)
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_EXCEPTION Constructor Description FetchEmitTuple(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
Methods in org.apache.tika.pipes.pipesiterator that return FetchEmitTuple.ON_PARSE_EXCEPTION Modifier and Type Method Description FetchEmitTuple.ON_PARSE_EXCEPTION
PipesIterator. getOnParseException()
Methods in org.apache.tika.pipes.pipesiterator with parameters of type FetchEmitTuple.ON_PARSE_EXCEPTION Modifier and Type Method Description void
PipesIterator. setOnParseException(FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-