Package org.apache.tika.batch.builders
Interface ReporterBuilder
- 
- All Superinterfaces:
- ObjectFromDOMBuilder<StatusReporter>
 
 public interface ReporterBuilder extends ObjectFromDOMBuilder<StatusReporter> Interface for reporter builders
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusReporterbuild(Node n, Map<String,String> runtimeAttributes)
 
- 
- 
- 
Method Detail- 
buildStatusReporter build(Node n, Map<String,String> runtimeAttributes) - Specified by:
- buildin interface- ObjectFromDOMBuilder<StatusReporter>
 
 
- 
 
-