com.sdm.quasar.client.core.common.config
Interface ConfigReader

All Known Implementing Classes:
PropertyFileBeanConfigReader, SpringConfigReader

public interface ConfigReader

Reads a configuration and adds one or more configuration values to the ConfigManager.

Version:
1.0
Author:
Martin Haft, sd&m AG, Carsten Lucke, sd&m AG, Bernd Olleck, sd&m AG

Method Summary
 void readConfigFile(ConfigManager configManager)
          Reads a configuration and adds configuration values to the configuration manager.
 

Method Detail

readConfigFile

public void readConfigFile(ConfigManager configManager)
                    throws java.io.IOException
Reads a configuration and adds configuration values to the configuration manager. If value should be added to the configuration using a specific key (or prefix) that key must be supplemented to the implementation of the reader.

Parameters:
configManager - the ConfigManager to which the configuration should be added
Throws:
java.io.IOException