Package Products :: Package ZenModel :: Module zenbuild :: Class zenbuild
[hide private]
[frames] | no frames]

Class zenbuild

source code

              object --+    
                       |    
ZenUtils.CmdBase.CmdBase --+
                           |
                          zenbuild

Instance Methods [hide private]
 
connect(self) source code
 
buildOptions(self)
Basic options setup.
source code
 
zodbConnect(self)
Used to connect to ZODB (without going through the entire ZOPE initialization process.
source code
 
build(self) source code
 
flush_memcached(self, cacheservers) source code

Inherited from ZenUtils.CmdBase.CmdBase: __init__, buildParser, checkLogpath, generate_configs, generate_xml_configs, generate_xml_table, getConfigFileDefaults, getGlobalConfigFileDefaults, getParamatersFromConfig, loadConfigFile, parseOptions, pretty_print_config_comment, setupLogging, validateConfigFile

Class Variables [hide private]
  sitename = "zport"

Inherited from ZenUtils.CmdBase.CmdBase: doesLogging

Method Details [hide private]

buildOptions(self)

source code 

Basic options setup. Other classes should call this before adding more options

Overrides: ZenUtils.CmdBase.CmdBase.buildOptions
(inherited documentation)

zodbConnect(self)

source code 

Used to connect to ZODB (without going through the entire ZOPE initialization process. This allows us to get a lightweight connection to the database to test to see if the database is already initialized.