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.
| 构造器和说明 |
|---|
CmsParameterConfiguration.ParameterReader(java.io.Reader reader)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
readParameter()
Reads a parameter line.
|