Package org.ghotibeaun.json.parser.csv
Class CSVSettings
java.lang.Object
org.ghotibeaun.json.parser.csv.CSVSettings
public class CSVSettings extends Object implements Iterator<Column>
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
getDefaultSettings
-
newSettings
-
newSettings
-
fromConfiguration
-
fromConfiguration
-
fromConfiguration
-
addColumnDefinition
-
addColumnDefinition
-
addColumnDefinition
-
addColumnDefinition
-
iterator
-
setSeparator
public void setSeparator(char separator) -
getSeparator
public char getSeparator() -
getSeparatorByte
public byte getSeparatorByte() -
setEnclosure
public void setEnclosure(char enclosure) -
getEnclosure
public char getEnclosure() -
getEnclosureByte
public byte getEnclosureByte() -
setEscape
public void setEscape(char escape) -
getEscape
public char getEscape() -
getEscapeByte
public byte getEscapeByte() -
setHeaderRow
public void setHeaderRow(boolean hasHeaderRow) -
getHeaderRow
public boolean getHeaderRow() -
setDateFormat
-
getDateFormat
-
isDefault
public boolean isDefault() -
hasNext
public boolean hasNext() -
next
-
reset
public void reset()
-