Package org.apache.commons.collections
Class ExtendedProperties.PropertiesReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.BufferedReader
-
- java.io.LineNumberReader
-
- org.apache.commons.collections.ExtendedProperties.PropertiesReader
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Readable
- Enclosing class:
- ExtendedProperties
static class ExtendedProperties.PropertiesReader extends java.io.LineNumberReader
This class is used to read properties lines. These 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.
-
-
Constructor Summary
Constructors Constructor Description PropertiesReader(java.io.Reader reader)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
readProperty()
Read a property.
-