Uses of Class
org.apache.tika.pipes.PipesReporter
-
Packages that use PipesReporter Package Description org.apache.tika.pipes org.apache.tika.pipes.async -
-
Uses of PipesReporter in org.apache.tika.pipes
Subclasses of PipesReporter in org.apache.tika.pipes Modifier and Type Class Description classCompositePipesReporterclassLoggingPipesReporterSimple PipesReporter that logs everything at the debug level.classPipesReporterBaseBase class that includes filtering byPipesResult.STATUSFields in org.apache.tika.pipes declared as PipesReporter Modifier and Type Field Description static PipesReporterPipesReporter. NO_OP_REPORTERMethods in org.apache.tika.pipes that return types with arguments of type PipesReporter Modifier and Type Method Description List<PipesReporter>CompositePipesReporter. getPipesReporters()Methods in org.apache.tika.pipes with parameters of type PipesReporter Modifier and Type Method Description voidCompositePipesReporter. addPipesReporter(PipesReporter pipesReporter)Method parameters in org.apache.tika.pipes with type arguments of type PipesReporter Modifier and Type Method Description voidCompositePipesReporter. setPipesReporters(List<PipesReporter> pipesReporters)Deprecated. -
Uses of PipesReporter in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that return PipesReporter Modifier and Type Method Description PipesReporterAsyncConfig. getPipesReporter()Methods in org.apache.tika.pipes.async with parameters of type PipesReporter Modifier and Type Method Description voidAsyncConfig. setPipesReporter(PipesReporter pipesReporter)
-