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

Class ReportLoader

source code

              object --+            
                       |            
ZenUtils.CmdBase.CmdBase --+        
                           |        
ZenUtils.ZenDaemon.ZenDaemon --+    
                               |    
      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 ZenUtils.ZCmdBase.ZCmdBase: __init__, closeAll, closedb, findDevice, getConnection, getContext, getDataRoot, getDmdObj, login, logout, opendb, sigTerm, syncdb, zeoConnect

Inherited from ZenUtils.ZenDaemon.ZenDaemon: becomeDaemon, becomeWatchdog, changeUser, niceDoggie, openPrivilegedPort, setupLogging, sighandler_USR1, watchdogCycleTime, watchdogMaxRestartTime, watchdogStartTimeout, writePidFile

Inherited from ZenUtils.CmdBase.CmdBase: buildParser, checkLogpath, generate_configs, generate_xml_configs, generate_xml_table, getConfigFileDefaults, parseOptions, pretty_print_config_comment

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from ZenUtils.ZenDaemon.ZenDaemon: pidfile

Inherited from ZenUtils.CmdBase.CmdBase: doesLogging

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

buildOptions(self)

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