Class CodeListCSVReader.CodeListCSVLineParser
java.lang.Object
org.openforis.collect.io.metadata.parsing.LineParser<CodeListLine>
org.openforis.collect.io.metadata.parsing.CSVLineParser<CodeListLine>
org.openforis.collect.manager.codelistimport.CodeListCSVReader.CodeListCSVLineParser
- Enclosing class:
CodeListCSVReader
-
Field Summary
Fields inherited from class org.openforis.collect.io.metadata.parsing.CSVLineParser
csvLine, readerFields inherited from class org.openforis.collect.io.metadata.parsing.LineParser
lineNumber -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(CodeListCSVReader reader, org.openforis.commons.io.csv.CsvLine line) parse()Methods inherited from class org.openforis.collect.io.metadata.parsing.CSVLineParser
getColumnValue, getColumnValue, getReader, trimValueMethods inherited from class org.openforis.collect.io.metadata.parsing.LineParser
createFieldParsingError, getLineNumber, newLineInstance, throwEmptyColumnParsingException
-
Method Details
-
createInstance
public static CodeListCSVReader.CodeListCSVLineParser createInstance(CodeListCSVReader reader, org.openforis.commons.io.csv.CsvLine line) -
parse
- Overrides:
parsein classLineParser<CodeListLine>- Throws:
ParsingException
-