public class Connect extends Object implements PipelineStep
| Constructor and Description |
|---|
Connect() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder) |
void |
addToPipeline(PipelineContext pipeline)
Wire step into the pipeline.
|
void |
close()
Close the step.
|
void |
init()
Initialize the step.
|
void |
markName(String c) |
void |
output(String c) |
void |
to(String l) |
String |
toString() |
public void to(String l)
public void output(String c)
public void markName(String c)
public void init()
throws FileNotFoundException,
IOException
PipelineStepPipelineStep.addToPipeline(com.chemaxon.overlap.cli.util.pipeline.PipelineContext) will be invoked before
this method.PipelineStep.close() is expected to be invoked sometimes later, regardless of possible error(s) thrown.init in interface PipelineStepFileNotFoundExceptionIOExceptionpublic void close()
throws IOException
PipelineStepPipelineStep.init() is guaranteed to
be invoked before. Note that it is possible that PipelineStep.init() and PipelineStep.close() methods are not invoked
during the life cycle of an implementing instance.close in interface PipelineStepIOExceptionpublic void addToPipeline(PipelineContext pipeline)
PipelineStepPipelineContext.addStep(com.chemaxon.overlap.cli.util.pipeline.PipelineStep)PipelineStep.init().PipelineStep.init().PipelineContext reference this method is side effect freeaddToPipeline in interface PipelineSteppipeline - Target pipeline.public static void addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder)