org.apache.velocity.runtime.configuration

Class Configuration.PropertiesReader

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.
Constructor Summary
PropertiesReader(Reader reader)
Constructor.
Method Summary
StringreadProperty()
Read a property.

Constructor Detail

PropertiesReader

public PropertiesReader(Reader reader)
Constructor.

Parameters: reader A Reader.

Method Detail

readProperty

public String readProperty()
Read a property.

Returns: A String.

Throws: IOException.

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.