org.apache.velocity.runtime.configuration

Class Configuration.PropertiesReader

Enclosing Class:
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.

Constructor Summary

PropertiesReader(Reader reader)
Constructor.

Method Summary

String
readProperty()
Read a property.

Constructor Details

PropertiesReader

public PropertiesReader(Reader reader)
Constructor.

Parameters:
reader - A Reader.

Method Details

readProperty

public String readProperty()
            throws IOException
Read a property.

Returns:
A String.


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