public class ToLines extends Object implements PipelineStep
BufferedReader.readLine(): either \n, \r or a sequence of
\r\n.| Constructor and Description |
|---|
ToLines() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder) |
void |
addToPipeline(PipelineContext pipeline)
Wire step into the pipeline.
|
Iterator<String> |
getIterator() |
void |
init()
Initialize the step.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclosepublic Reader reader
public 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 void init()
throws Exception
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 PipelineStepException - In case of initialization failurepublic static void addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder)