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

Class ZPLLibExec

source code

ZenPackLoader --+
                |
               ZPLLibExec

Instance Methods [hide private]
 
filter(self, f) source code
 
load(self, pack, unused)
Load things from the ZenPack and put it into the app
source code
 
upgrade(self, pack, app)
Run an upgrade on an existing pack
source code
 
list(self, pack, unused)
List the items that would be loaded from the given (unpacked) ZenPack
source code

Inherited from ZenPackLoader: unload

Class Variables [hide private]
  name = "LibExec"
  extensionsToIgnore = '.svn-base', '.pyc' '~'
Method Details [hide private]

load(self, pack, unused)

source code 

Load things from the ZenPack and put it into the app

Overrides: ZenPackLoader.load
(inherited documentation)

upgrade(self, pack, app)

source code 

Run an upgrade on an existing pack

Overrides: ZenPackLoader.upgrade
(inherited documentation)

list(self, pack, unused)

source code 

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

Overrides: ZenPackLoader.list
(inherited documentation)