final class DummyFormat extends Format
Format
. Used by AbstractWriter
to manage its internal configuration of field selectionsAbstractWriter
,
CommonSettings
Modifier and Type | Field and Description |
---|---|
(package private) static DummyFormat |
instance |
Modifier | Constructor and Description |
---|---|
private |
DummyFormat() |
Modifier and Type | Method and Description |
---|---|
protected java.util.TreeMap<java.lang.String,java.lang.Object> |
getConfiguration() |
clone, getComment, getLineSeparator, getLineSeparatorString, getNormalizedNewline, getSystemLineSeparator, isComment, isNewLine, setComment, setLineSeparator, setLineSeparator, setNormalizedNewline, toString
static final DummyFormat instance
protected final java.util.TreeMap<java.lang.String,java.lang.Object> getConfiguration()
getConfiguration
in class Format