public class Mark extends Object implements PipelineStep
| Constructor and Description | 
|---|
Mark()  | 
| 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 | 
name(String l)  | 
void | 
output(String c)  | 
String | 
toString()  | 
public void name(String l)
public void output(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)