| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
initializes a new ConfigParser Object :param log: pre configured logger Object to post messages while parsing" |
reads the config File and returns a dictionary, while lowering the first keys :param configFilename: the path under which the configuration file should be found |
creates an Main object from the configuration, but just parses raw data and hands it to the object :param jsonDict: the configuration file part as dict :param msgName: name of object for error message :param creator: function pointer which is taking two arguments: identifier of the object and arguments. :should return an object :return: a list of objects returned by creator |
imports and caches a module. :param clazz: the filename of the module (i.e email, ping...) :param modPart: the folder of the module. (i.e services, parsers...) :return: the imported/cached module, or throws an error if it couldn't find it |
replaces configuration dicts with their objects by importing and creating it in the first step. In the second step the original list of json config dicts gets replaced by the loaded objects :param objList: the list of objects which is iterated on :param modPart: the folder from the module (i.e tasks, parsers) :param items_func: function to get a pointer on the list of json-config-objects to replace. Takes one argument and :param class_check: currently unsupported |
replaces objects from the config by ids. :param objectList: the list of objects to be iterated on :param replObjectList: the list of objects to replace :param id_list_func: function taking one argument as object and should return a list of config ids to replace :param id_get_func: function taking one config-object as argument and should return the config id to compare |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 19 03:26:56 2013 | http://epydoc.sourceforge.net |