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