org.gcube.data.harmonization.occurrence.impl.readers
Class CSVParserConfiguration

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.impl.readers.ParserConfiguration
      extended by org.gcube.data.harmonization.occurrence.impl.readers.CSVParserConfiguration

public class CSVParserConfiguration
extends ParserConfiguration


Constructor Summary
CSVParserConfiguration(Charset charset, char delimiter, char comment, boolean hasHeader, boolean[] fieldMap)
           
CSVParserConfiguration(String charset, char delimiter, char comment, boolean hasHeader, boolean[] fieldMap)
           
 
Method Summary
 boolean[] getFieldMap()
           
 String toString()
           
 
Methods inherited from class org.gcube.data.harmonization.occurrence.impl.readers.ParserConfiguration
getCharset, getComment, getDelimiter, isHasHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSVParserConfiguration

public CSVParserConfiguration(Charset charset,
                              char delimiter,
                              char comment,
                              boolean hasHeader,
                              boolean[] fieldMap)

CSVParserConfiguration

public CSVParserConfiguration(String charset,
                              char delimiter,
                              char comment,
                              boolean hasHeader,
                              boolean[] fieldMap)
Method Detail

getFieldMap

public boolean[] getFieldMap()

toString

public String toString()
Overrides:
toString in class ParserConfiguration


Copyright © 2013. All Rights Reserved.