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

Class ZPZep

source code

ZenPackLoader --+
                |
               ZPZep

Instance Methods [hide private]
 
_data(self, conf) source code
 
_prepare(self, pack, app)
Load in the Zep configuration file which should be located here: $ZENPACK/zep/zep.conf
source code
 
load(self, pack, app)
Load things from the ZenPack and put it into the app
source code
 
unload(self, pack, app, leaveObjects=False)
Remove things from Zenoss defined in the ZenPack
source code
 
list(self, pack, app)
List the items that would be loaded from the given (unpacked) ZenPack
source code
 
upgrade(self, pack, app)
Run an upgrade on an existing pack
source code
Class Variables [hide private]
  name = "ZEP"
Method Details [hide private]

load(self, pack, app)

source code 

Load things from the ZenPack and put it into the app

Overrides: ZenPackLoader.load
(inherited documentation)

unload(self, pack, app, leaveObjects=False)

source code 

Remove things from Zenoss defined in the ZenPack

Overrides: ZenPackLoader.unload
(inherited documentation)

list(self, pack, app)

source code 

List the items that would be loaded from the given (unpacked) ZenPack

Overrides: ZenPackLoader.list
(inherited documentation)

upgrade(self, pack, app)

source code 

Run an upgrade on an existing pack

Overrides: ZenPackLoader.upgrade
(inherited documentation)