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

Class ZPLObject

source code

ZenPackLoader --+
                |
               ZPLObject
Known Subclasses:
ZPLReport

Instance Methods [hide private]
 
load(self, pack, app)
Load things from the ZenPack and put it into the app
source code
 
parse(self, filename, handler) source code
 
unload(self, pack, app)
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
 
objectFiles(self, pack) source code

Inherited from ZenPackLoader: upgrade

Class Variables [hide private]
  name = 'Objects'
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)

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)