Package net.sf.okapi.common.pipelinedriver
Interfaces and classes to implement and pipeline drivers.
This package includes the different interfaces related to working with pipeline drivers, as well as an implementation for a 'blind' driver.
-
Interface Summary Interface Description IBatchItemContext Common set of methods for a pipeline batch item.IPipelineDriver Common set of methods for setting up and running a pipeline. -
Class Summary Class Description BatchItemContext Default implementation of theIBatchItemContextinterface.DocumentData Structure to hold the data associated to a document in a pipeline.PipelineDriver Default implementation of theIPipelineDriverinterface.PipelineDriverUtils Share code between the differentIPipelineDriverimplementations