|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.flatfile.variablefield.VariableFieldRecordParser<T>
org.milyn.csv.CSVRecordParser<T>
public class CSVRecordParser<T extends CSVRecordParserFactory>
CSV record parser.
| Constructor Summary | |
|---|---|
CSVRecordParser()
|
|
| Method Summary | |
|---|---|
List<String> |
nextRecordFieldValues()
|
void |
setDataSource(InputSource source)
|
protected void |
validateHeader(List<String> headers)
|
| Methods inherited from class org.milyn.flatfile.variablefield.VariableFieldRecordParser |
|---|
getFactory, getRecordCount, getUnignoredFieldCount, initialize, nextRecord, setRecordParserFactory, uninitialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSVRecordParser()
| Method Detail |
|---|
public void setDataSource(InputSource source)
public List<String> nextRecordFieldValues()
throws IOException
nextRecordFieldValues in class org.milyn.flatfile.variablefield.VariableFieldRecordParser<T extends CSVRecordParserFactory>IOExceptionprotected void validateHeader(List<String> headers)
validateHeader in class org.milyn.flatfile.variablefield.VariableFieldRecordParser<T extends CSVRecordParserFactory>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||