Core Configuration Properties

Configuration options should be put in a json file and loaded with the framework function EFTLinkConfig.loadCoreConfig by specifying an option working subdirectory, json filename name and the class that will be the container for the json file, like:

EFTLinkConfig.loadCoreConfig(optionalWorkingSubDir, jsonFileName, JsonConfigContainer.class)