Example usage for org.apache.commons.configuration PropertiesConfiguration.PropertiesReader subclass-usage

List of usage examples for org.apache.commons.configuration PropertiesConfiguration.PropertiesReader subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration PropertiesConfiguration.PropertiesReader subclass-usage.

Usage

From source file com.nridge.connector.common.con_com.transform.WhitespacePropertiesReader.java

/**
 * Utility class to handle property names with spaces.
 */
public class WhitespacePropertiesReader extends PropertiesConfiguration.PropertiesReader {
    public WhitespacePropertiesReader(Reader aReader, char aDelimiter) {
        super(aReader, aDelimiter);