|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - type of beanpublic interface CSVBeanProcessor<T>
Similar interface to the CSVLineProcessor interface
for processing CSV lines
except that the field values are written to a bean object.
| Method Summary | |
|---|---|
boolean |
continueProcessing()
Indicates if the line processing should continue. |
void |
processDataLine(int linenumber,
T bean)
Process a CSV data line. |
| Method Detail |
|---|
void processDataLine(int linenumber,
T bean)
linenumber - line number in the filebean - bean whose properties should be set from the field valuesboolean continueProcessing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||