public interface RowProcessor
LineBasedProcessor
to handle one row.Modifier and Type | Method and Description |
---|---|
void |
handleRow(int lineNumber,
sirius.kernel.commons.Values row)
Called the handle a row of an input file.
|
void handleRow(int lineNumber, sirius.kernel.commons.Values row)
Note that an exception thrown here will completely abort the whole process. Therefore proper exception handling is required.
lineNumber
- the line number which is currently being processed.row
- the data of the row / line to processCopyright © 2018. All rights reserved.