Uses of Class
net.sf.okapi.common.pipelinedriver.PipelineDriver
-
Packages that use PipelineDriver Package Description net.sf.okapi.common.pipelinedriver Interfaces and classes to implement and pipeline drivers. -
-
Uses of PipelineDriver in net.sf.okapi.common.pipelinedriver
Methods in net.sf.okapi.common.pipelinedriver with parameters of type PipelineDriver Modifier and Type Method Description 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)
-