ConfigReader

public class ConfigReader

Configuration file reader.

Author:Milan Lovric

Constructors

ConfigReader

public ConfigReader()

Methods

getProperties

public static Properties getProperties(String configFile)

Reads properties from the configuration file.

Parameters:
  • configFile – Path to the configuration file.
Returns:

Loaded properties.