|
|
ClearConfig ()
|
/* Removes the currently-cached config
*/
|
|
|
Progress.Json.ObjectModel.JsonObject GetConfig (character)
|
/* Returns the Json configuration for a provider.
@param character The group name for which to get the config
@return JsonObject If configuration exists for this type, return it. Return unknown value in all other cases */
|
|
|
LOGICAL HasConfig (character)
|
/* Returns the Json configuration for a provider.
@param character The group name for which to get the config
@return logical Returns TRUE if we have loaded config AND if that config contains this group AND if the group contains
JSON object data; returns FALSE otherwise */
|
|
|
LoadConfig ()
|
/* Loads configuration for this provider.
The config file is checked for changes on an interval, and reloaded if there are changes to it. */
|