org.apache.velocity.runtime.configuration
Class Configuration.PropertiesReader
LineNumberReader
org.apache.velocity.runtime.configuration.Configuration.PropertiesReader
- Configuration
(package private) class Configuration.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.
PropertiesReader
public PropertiesReader(Reader reader)
Constructor.
readProperty
public String readProperty()
throws IOException
Read a property.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.