Class FileSystemReporterFactory

java.lang.Object
org.apache.tika.pipes.reporter.fs.FileSystemReporterFactory
All Implemented Interfaces:
PipesReporterFactory, TikaExtensionFactory<PipesReporter>, org.pf4j.ExtensionPoint

@Extension public class FileSystemReporterFactory extends Object implements PipesReporterFactory
Factory for creating file system status reporters.

Example JSON configuration:

 "reporter": {
   "file-system-reporter": {
     "statusFile": "/path/to/status.json",
     "reportUpdateMs": 1000
   }
 }