Java org.apache.commons.configuration2 PropertiesConfigurationLayout fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration2 PropertiesConfigurationLayout fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration2 PropertiesConfigurationLayout.

The text is from its open source code.

Constructor

PropertiesConfigurationLayout()
Creates a new, empty instance of PropertiesConfigurationLayout .

Method

voidload(final PropertiesConfiguration config, final Reader in)
Reads a properties file and stores its internal structure.
voidsave(final PropertiesConfiguration config, final Writer out)
Writes the properties file to the given writer, preserving as much of its structure as possible.
voidsetLineSeparator(final String lineSeparator)
Sets the line separator.