org.apache.java.util
Class ExtendedProperties.PropertiesReader
java.lang.Object
|
+--java.io.Reader
|
+--java.io.BufferedReader
|
+--java.io.LineNumberReader
|
+--org.apache.java.util.ExtendedProperties.PropertiesReader
- Enclosing class:
- ExtendedProperties
- class ExtendedProperties.PropertiesReader
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedProperties.PropertiesReader
public ExtendedProperties.PropertiesReader(Reader reader)
readProperty
public String readProperty()
throws IOException