public static class PropertiesConfiguration.JupPropertiesWriter extends PropertiesConfiguration.PropertiesWriter
PropertiesConfiguration.PropertiesWriter
that tries to mimic the behavior of
Properties
.out
Constructor and Description |
---|
JupPropertiesWriter(Writer writer,
ListDelimiterHandler delHandler,
boolean escapeUnicode)
Creates a new instance of
JupPropertiesWriter . |
escapeKey, fetchSeparator, getCurrentSeparator, getDelimiterHandler, getGlobalSeparator, getLineSeparator, setCurrentSeparator, setGlobalSeparator, setLineSeparator, writeComment, writeln, writeProperty, writeProperty, writeProperty
public JupPropertiesWriter(Writer writer, ListDelimiterHandler delHandler, boolean escapeUnicode)
JupPropertiesWriter
.writer
- a Writer object providing the underlying streamdelHandler
- the delimiter handler for dealing with properties with
multiple valuesescapeUnicode
- whether Unicode characters should be escaped using
Unicode escapesCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.