Class CmsParameterConfiguration.ParameterReader

java.lang.Object
java.io.Reader
java.io.BufferedReader
java.io.LineNumberReader
org.opencms.configuration.CmsParameterConfiguration.ParameterReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable
Enclosing class:
CmsParameterConfiguration

Used to read parameter lines from a property file.

The lines do not terminate with new-line chars but rather when there is no backslash sign a the end of the line. This is used to concatenate multiple lines for readability in the input file.