Class CodeListCSVReader.CodeListCSVLineParser
- java.lang.Object
-
- org.openforis.collect.io.metadata.parsing.LineParser<T>
-
- org.openforis.collect.io.metadata.parsing.CSVLineParser<CodeListLine>
-
- org.openforis.collect.manager.codelistimport.CodeListCSVReader.CodeListCSVLineParser
-
- Enclosing class:
- CodeListCSVReader
public static class CodeListCSVReader.CodeListCSVLineParser extends CSVLineParser<CodeListLine>
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.io.metadata.parsing.CSVLineParser
csvLine, reader
-
Fields inherited from class org.openforis.collect.io.metadata.parsing.LineParser
lineNumber
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeListCSVReader.CodeListCSVLineParsercreateInstance(CodeListCSVReader reader, org.openforis.commons.io.csv.CsvLine line)CodeListLineparse()-
Methods inherited from class org.openforis.collect.io.metadata.parsing.CSVLineParser
getColumnValue, getColumnValue, getReader, trimValue
-
Methods inherited from class org.openforis.collect.io.metadata.parsing.LineParser
createFieldParsingError, getLineNumber, newLineInstance, throwEmptyColumnParsingException
-
-
-
-
Method Detail
-
createInstance
public static CodeListCSVReader.CodeListCSVLineParser createInstance(CodeListCSVReader reader, org.openforis.commons.io.csv.CsvLine line)
-
parse
public CodeListLine parse() throws ParsingException
- Overrides:
parsein classLineParser<CodeListLine>- Throws:
ParsingException
-
-