| Home | Trees | Index | Help |
|---|
| Method Summary | |
|---|---|
__init__(self,
connections,
modulepath,
scanModules)
| |
getFilters(self,
language)
| |
Create a new connection to the application server and return a session object. | |
This function updates the class repository used by the session manager. | |
This function get's called by os.path.walk () and processes all files in a given directory. | |
This function loads the class repository | |
This function splits the modulepath by semicolons and scans all parts for gcd- and gld-files. | |
| Method Details |
|---|
__init__(self,
connections,
modulepath=None,
scanModules=False)
|
getFilters(self, language) |
open(self, parameters)Create a new connection to the application server and return a session object.
|
updateRepository(self, scanModules, haltOnError=False)This function updates the class repository used by the session manager. First the modulepath will be scanned for gcd- and gld-files. All files found will be integrated and finally the repository get's updated. |
__visitPath(self, arg, dirname, files)This function get's called by os.path.walk () and processes all files in a given directory. |
_loadRepository(self)This function loads the class repository |
_scanModulePath(self)This function splits the modulepath by semicolons and scans all parts for gcd- and gld-files.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Jan 8 23:01:32 2009 | http://epydoc.sf.net |