Class PropertiesConfiguration.JupPropertiesWriter

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
PropertiesConfiguration

A PropertiesConfiguration.PropertiesWriter that tries to mimic the behavior of Properties.
Since:
2.4
  • Constructor Details

    • JupPropertiesWriter

      public JupPropertiesWriter(Writer writer, ListDelimiterHandler delHandler, boolean escapeUnicode)
      Creates a new instance of JupPropertiesWriter.
      Parameters:
      writer - a Writer object providing the underlying stream
      delHandler - the delimiter handler for dealing with properties with multiple values
      escapeUnicode - whether Unicode characters should be escaped using Unicode escapes