public interface LineOperation
Modifier and Type | Method and Description |
---|---|
void |
operate(ExecutionContext context,
Line input,
LineProcessor output)
Performs an operation for the given input line.
|
void operate(ExecutionContext context, Line input, LineProcessor output)
LineProcessor.finish()
method of the output object is called, no
further calls are expected for this execution context and lines
subsequently written to the output object will be ignored.context
- the execution contextinput
- the input lineoutput
- the output object to write result linesCopyright © 2024. All rights reserved.