water.parser
Class CustomParser.ParserSetup
java.lang.Object
water.Iced
water.parser.CustomParser.ParserSetup
- All Implemented Interfaces:
- java.lang.Cloneable, Freezable
- Enclosing class:
- CustomParser
public static class CustomParser.ParserSetup
- extends Iced
- implements java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_pType
public final CustomParser.ParserType _pType
_separator
public final byte _separator
_header
public boolean _header
_singleQuotes
public boolean _singleQuotes
_columnNames
public java.lang.String[] _columnNames
_ncols
public final int _ncols
CustomParser.ParserSetup
public CustomParser.ParserSetup()
CustomParser.ParserSetup
protected CustomParser.ParserSetup(CustomParser.ParserType t)
CustomParser.ParserSetup
public CustomParser.ParserSetup(CustomParser.ParserType t,
byte sep,
boolean header)
CustomParser.ParserSetup
public CustomParser.ParserSetup(CustomParser.ParserType t,
byte sep,
int ncolumns,
boolean header,
java.lang.String[] columnNames,
boolean singleQuotes)
clone
public CustomParser.ParserSetup clone()
- Overrides:
clone
in class Iced
isCompatible
public boolean isCompatible(CustomParser.ParserSetup other)
parser
public CustomParser parser()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object