Renamed and refactored extractConfig() member function

This commit is contained in:
Nav
2022-01-02 20:13:18 +00:00
parent 49383eb448
commit addb3ef64e
2 changed files with 38 additions and 33 deletions

View File

@@ -202,12 +202,15 @@ namespace Bloom
void shutdown();
/**
* Extracts config from the user's JSON config file and generates an ProjectConfig object.
* Extracts the project config from the user's JSON config file and populates the following members:
* - this->projectConfig
* - this->environmentConfig
* - this->debugServerConfig
* - this->insightConfig
*
* @see ProjectConfig declaration for more on this.
* @return
*/
static ProjectConfig extractConfig();
void loadProjectConfiguration();
/**
* Presents application help text to user.