Uses of Interface
net.sf.okapi.common.pipelinedriver.IBatchItemContext
-
Packages that use IBatchItemContext Package Description net.sf.okapi.common.pipelinebuilder net.sf.okapi.common.pipelinedriver Interfaces and classes to implement and pipeline drivers. -
-
Uses of IBatchItemContext in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return IBatchItemContext Modifier and Type Method Description IBatchItemContextXBatchItem. getContext()Methods in net.sf.okapi.common.pipelinebuilder that return types with arguments of type IBatchItemContext Modifier and Type Method Description List<IBatchItemContext>XBatch. getItems()Method parameters in net.sf.okapi.common.pipelinebuilder with type arguments of type IBatchItemContext Modifier and Type Method Description voidXBatch. setItems(List<IBatchItemContext> items) -
Uses of IBatchItemContext in net.sf.okapi.common.pipelinedriver
Classes in net.sf.okapi.common.pipelinedriver that implement IBatchItemContext Modifier and Type Class Description classBatchItemContextDefault implementation of theIBatchItemContextinterface.Methods in net.sf.okapi.common.pipelinedriver that return types with arguments of type IBatchItemContext Modifier and Type Method Description protected List<IBatchItemContext>PipelineDriver. getBatchItems()Methods in net.sf.okapi.common.pipelinedriver with parameters of type IBatchItemContext Modifier and Type Method Description voidIPipelineDriver. addBatchItem(IBatchItemContext item)Adds an item to this batch.voidPipelineDriver. addBatchItem(IBatchItemContext item)static voidPipelineDriverUtils. assignRuntimeParameters(PipelineDriver driver, LinkedList<List<ConfigurationParameter>> paramList, IBatchItemContext item)Called fromPipelineDriverstatic voidPipelineDriverUtils. assignRuntimeParameters(PipelineDriver driver, IPipelineStep step, IBatchItemContext item, List<ConfigurationParameter> pList)Called from WorkQueuePipelineDriverstatic voidPipelineDriverUtils. assignSingleRuntimeParameter(PipelineDriver driver, IPipelineStep currentStep, IBatchItemContext item, ConfigurationParameter p)protected voidPipelineDriver. displayInput(IBatchItemContext item)Logs the information about which batch item is about to be processed.Method parameters in net.sf.okapi.common.pipelinedriver with type arguments of type IBatchItemContext Modifier and Type Method Description voidIPipelineDriver. processBatch(List<IBatchItemContext> batchItems)Sets a new set of batch items for this driver and processes them.voidPipelineDriver. processBatch(List<IBatchItemContext> batchItems)
-