protected static class CmsParameterConfiguration.ParameterReader extends java.io.LineNumberReader
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.
| Constructor and Description |
|---|
ParameterReader(java.io.Reader reader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readParameter()
Reads a parameter line.
|
public ParameterReader(java.io.Reader reader)
reader - a readerpublic java.lang.String readParameter() throws java.io.IOException
java.io.IOException - in case of IO errors