symphonyoss / symphony-java-client

Java client library for Symphony
Apache License 2.0
34 stars 37 forks source link

Additional ctor for SymphonyClientConfig #92

Closed dferguson992 closed 6 years ago

dferguson992 commented 6 years ago

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(); }

ftbb commented 6 years ago

commit 6779a9ebaa68b8bd93dcf918b3832738d76e933d

Done