public abstract class Pipeline<IN,OUT> extends Object
Processors.
A pipeline implementation processes an input object, with all its processors in the configured order, and returns an output object.
| Constructor and Description |
|---|
Pipeline() |
| Modifier and Type | Method and Description |
|---|---|
OUT |
execute(IN input) |
Context |
getContext() |
abstract ProcessorOptions |
getProcessorOptions() |
abstract Processor<IN,OUT>[] |
getProcessors() |
void |
prepareOutputFile(File file,
boolean overwrite) |
protected void |
resetContext() |
public Context getContext()
protected void resetContext()
public void prepareOutputFile(File file, boolean overwrite) throws Exception
Exceptionpublic abstract ProcessorOptions getProcessorOptions()
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.