| Package | Description |
|---|---|
| net.sf.okapi.common.pipeline.annotations |
Classes to implement the introspection of pipeline steps.
|
| net.sf.okapi.common.pipelinedriver |
Interfaces and classes to implement and pipeline drivers.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ConfigurationParameter> |
StepIntrospector.getStepParameters(IPipelineStep step)
Gets the list of the
ConfigurationParameter in a given step. |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedList<List<ConfigurationParameter>> |
PipelineDriver.getParamList() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PipelineDriverUtils.assignSingleRuntimeParameter(PipelineDriver driver,
IPipelineStep currentStep,
IBatchItemContext item,
ConfigurationParameter p) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PipelineDriverUtils.assignRuntimeParameters(PipelineDriver driver,
IPipelineStep step,
IBatchItemContext item,
List<ConfigurationParameter> pList)
Called from WorkQueuePipelineDriver
|
static void |
PipelineDriverUtils.assignRuntimeParameters(PipelineDriver driver,
LinkedList<List<ConfigurationParameter>> paramList,
IBatchItemContext item)
Called from
PipelineDriver |
Copyright © 2021. All rights reserved.