Package ZenReports :: Module ReportLoader :: Class ReportLoader
[hide private]
[frames] | no frames]

Class ReportLoader

source code

Products.ZenUtils.CmdBase.CmdBase --+        
                                    |        
Products.ZenUtils.ZenDaemon.ZenDaemon --+    
                                        |    
      Products.ZenUtils.ZCmdBase.ZCmdBase --+
                                            |
                                           ReportLoader

Instance Methods [hide private]
 
buildOptions(self)
basic options setup sub classes can add more options here
source code
 
loadDatabase(self) source code
 
reports(self, directory) source code
 
unloadDirectory(self, repdir) source code
 
loadDirectory(self, repdir) source code
 
loadFile(self, root, id, fullname) source code

Inherited from Products.ZenUtils.ZCmdBase.ZCmdBase: __init__, closeAll, closedb, findDevice, getConnection, getContext, getDataRoot, getDmdObj, login, logout, opendb, syncdb, zeoConnect

Inherited from Products.ZenUtils.ZenDaemon.ZenDaemon: becomeDaemon, changeUser, setupLogging, sigTerm

Inherited from Products.ZenUtils.CmdBase.CmdBase: buildParser, generate_configs, generate_xml_table, parseOptions, pretty_print_config_comment

Class Variables [hide private]

Inherited from Products.ZenUtils.ZenDaemon.ZenDaemon: pidfile

Inherited from Products.ZenUtils.CmdBase.CmdBase: doesLogging

Method Details [hide private]

buildOptions(self)

source code 
basic options setup sub classes can add more options here
Overrides: Products.ZenUtils.ZCmdBase.ZCmdBase.buildOptions
(inherited documentation)