public class ExtendedCsvParser extends CsvParser implements MultipleFileTableParser
Modifier and Type | Class and Description |
---|---|
class |
ExtendedCsvParser.ExtendedCSVParserFactory |
CsvParser.CSVParserFactory, CsvParser.CSVTableColumnParser
Constructor and Description |
---|
ExtendedCsvParser(DsplParser dsplParser) |
Modifier and Type | Method and Description |
---|---|
ParserUtils.ParserFactory |
createParserFactory() |
List<URL> |
getDataFiles(Concept concept) |
List<URL> |
getDataFiles(Slice slice) |
PropertyTableData |
parse(Concept concept) |
SliceTableData |
parse(Slice slice) |
isCachable, parse, parse, parse, parse
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCachable, parse, parse, parse, parse
public static final String META
public ExtendedCsvParser(DsplParser dsplParser)
public ParserUtils.ParserFactory createParserFactory()
createParserFactory
in class CsvParser
public SliceTableData parse(Slice slice) throws IOException, JAXBException, DsplException
parse
in interface TableParser
parse
in class CsvParser
IOException
JAXBException
DsplException
public PropertyTableData parse(Concept concept) throws IOException, JAXBException, DsplException
parse
in interface TableParser
parse
in class CsvParser
IOException
JAXBException
DsplException
public List<URL> getDataFiles(Slice slice) throws JAXBException, IOException, DsplException
getDataFiles
in interface MultipleFileTableParser
JAXBException
IOException
DsplException
public List<URL> getDataFiles(Concept concept) throws JAXBException, IOException, DsplException
getDataFiles
in interface MultipleFileTableParser
JAXBException
IOException
DsplException
Copyright © 2016 Metron, Inc.. All rights reserved.