Package org.apache.tika.batch.builders
Interface ObjectFromDOMAndQueueBuilder<T>
-
- Type Parameters:
T
-
- All Known Subinterfaces:
ICrawlerBuilder
- All Known Implementing Classes:
FSCrawlerBuilder
public interface ObjectFromDOMAndQueueBuilder<T>
Same asObjectFromDOMAndQueueBuilder
, but this is for objects that require access to the shared queue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
build(Node node, Map<String,String> runtimeAttributes, ArrayBlockingQueue<FileResource> resourceQueue)
-
-
-
Method Detail
-
build
T build(Node node, Map<String,String> runtimeAttributes, ArrayBlockingQueue<FileResource> resourceQueue)
-
-