|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CSVSortedFieldMapProcessor
Similar interface to the CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a SortedMap of field name and values.
| Method Summary | |
|---|---|
boolean |
continueProcessing()
Indicates if the line processing should continue. |
void |
processDataLine(int linenumber,
java.util.SortedMap<java.lang.String,java.lang.String> fields)
Process a CSV data line. |
| Method Detail |
|---|
void processDataLine(int linenumber,
java.util.SortedMap<java.lang.String,java.lang.String> fields)
linenumber - line number in the filefields - map of CSV fields names/values (sorted in field order)boolean continueProcessing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||