Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

rcUtil Namespace Reference

Module "rcUtil". More...


Classes

class  Reloader

Functions

 deleteModule (moduleName)
 importModule (appName, reload=1, dontReloadList=None)


Detailed Description

Module "rcUtil".

Function Documentation

importModule appName  ,
reload  = 1,
dontReloadList  = None
 

Import a RunControl application or suite

Parameters:
appName Name of the module or pathname of the python script
reload 1 = Reload all modules that have been loaded since RunControl started (default) 0 = Do not reload modules (used if a suite is being loaded)
dontReloadList Optional parameter which specifies the additional list of module prefixes that should not be reloaded. If this parameter is missing then the default list (Reloader.DONT_RELOAD_LIST) is used, if it is specified then it gets appended to the default list.
Returns:
The name of the module and the resolved pathname


Generated on Fri Jan 21 18:01:21 2005 for LATTE P04-06-05 by doxygen 1.4.1