|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogbook.io.csvImportParser.CsvImportParser
public final class CsvImportParser
| Constructor Summary | |
|---|---|
CsvImportParser()
|
|
| Method Summary | |
|---|---|
java.lang.String |
parseCsvFile(java.io.File pCsvFileToParse,
java.util.ArrayList<java.lang.String> pFieldNameListOrdered,
ImportWzdGui iwzGui)
|
protected void |
processLine(java.lang.String lineToScan,
ImportWzdGui iwzdGui)
one heck of a nice solution!!! for handling the extra commas in the remarks section!!! :o) |
java.lang.String |
processLineByLine(ImportWzdGui izGui)
use a Scanner to get each line, returns a string with error messages |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CsvImportParser()
| Method Detail |
|---|
public java.lang.String parseCsvFile(java.io.File pCsvFileToParse,
java.util.ArrayList<java.lang.String> pFieldNameListOrdered,
ImportWzdGui iwzGui)
csvFileToParse -
public final java.lang.String processLineByLine(ImportWzdGui izGui)
protected void processLine(java.lang.String lineToScan,
ImportWzdGui iwzdGui)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||