Package ZenModel :: Module ZenPackLoader :: Class ZPLDaemons
[show private | hide private]
[frames | no frames]

Class ZPLDaemons

ZenPackLoader --+
                |
               ZPLDaemons


Method Summary
  binPath(self, daemon)
  filter(self, f)
  list(self, pack, app)
List the items that would be loaded from the given (unpacked) ZenPack
  load(self, pack, app)
Load things from the ZenPack and put it into the app
  unload(self, pack, app)
Remove things from Zenoss defined in the ZenPack
  upgrade(self, pack, app)
Run an upgrade on an existing pack

Class Variable Summary
tuple extensionsToIgnore = ('.svn-base', '.pyc~')
str name = 'Daemons'

Method Details

list(self, pack, app)

List the items that would be loaded from the given (unpacked) ZenPack
Overrides:
ZenModel.ZenPackLoader.ZenPackLoader.list (inherited documentation)

load(self, pack, app)

Load things from the ZenPack and put it into the app
Overrides:
ZenModel.ZenPackLoader.ZenPackLoader.load (inherited documentation)

unload(self, pack, app)

Remove things from Zenoss defined in the ZenPack
Overrides:
ZenModel.ZenPackLoader.ZenPackLoader.unload (inherited documentation)

upgrade(self, pack, app)

Run an upgrade on an existing pack
Overrides:
ZenModel.ZenPackLoader.ZenPackLoader.upgrade (inherited documentation)

Class Variable Details

extensionsToIgnore

Type:
tuple
Value:
('.svn-base', '.pyc~')                                                 

name

Type:
str
Value:
'Daemons'                                                              

Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 http://epydoc.sf.net