PropertiesReader

public class PropertiesReader

Properties file reader.

Author:Milan Lovric

Constructors

PropertiesReader

public PropertiesReader()

Methods

getProperties

public static Properties getProperties(String configFile)

Reads properties from the configuration file.

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

Loaded properties.