What about a constructor for the SymphonyClientConfig object that takes a string location for the properties file and calls the load method with that file location in mind.
public SymphonyClientConfig(String configFile) { this.set(SymphonyClientConfigID.SYMPHONY_CONFIG_FILE, configFile); load(); }
Inspired by #91
What about a constructor for the SymphonyClientConfig object that takes a string location for the properties file and calls the load method with that file location in mind.
public SymphonyClientConfig(String configFile) { this.set(SymphonyClientConfigID.SYMPHONY_CONFIG_FILE, configFile); load(); }