Package com.univocity.parsers.common
Class DummyFormat
- java.lang.Object
-
- com.univocity.parsers.common.Format
-
- com.univocity.parsers.common.DummyFormat
-
- All Implemented Interfaces:
java.lang.Cloneable
final class DummyFormat extends Format
A concrete (dummy) implementation ofFormat
. Used byAbstractWriter
to manage its internal configuration of field selections- See Also:
AbstractWriter
,CommonSettings
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static DummyFormat
instance
-
Constructor Summary
Constructors Modifier Constructor Description private
DummyFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.TreeMap<java.lang.String,java.lang.Object>
getConfiguration()
-
Methods inherited from class com.univocity.parsers.common.Format
clone, getComment, getLineSeparator, getLineSeparatorString, getNormalizedNewline, getSystemLineSeparator, isComment, isNewLine, setComment, setLineSeparator, setLineSeparator, setNormalizedNewline, toString
-
-
-
-
Field Detail
-
instance
static final DummyFormat instance
-
-
Method Detail
-
getConfiguration
protected final java.util.TreeMap<java.lang.String,java.lang.Object> getConfiguration()
- Specified by:
getConfiguration
in classFormat
-
-