Static Public Member Functions | |
static Ptr< const Json > | GetJsonData (const string &filename) |
Returns JSON object identified as '$dirname/$filename'. More... | |
static Ptr< const IndexedJsonData > | IndexJsonArray (const Json &array, const string &fieldname) |
Converts JSON array into a map. More... | |
static bool | Install (const ArgumentMap &arguments) |
static void | Reload () |
Reloads all resource files from JSON, Text and Database. | |
static void | Reload (const string &filename) |
Reloads a specific resource file. More... | |
static bool | Uninstall () |
Static Public Member Functions inherited from fun::Component | |
static const ArgumentMap * | FindArgument (const string &component_name) |
filename | string file name |
|
static |
array | Json |
filename | string |
|
static |
filename | the name of a file to reload. |