I am a bundler, with the extension that I can also bundle other
bundlers.
The effect is that when you call bundle() on a me, you get one bundle
with a union of all subbundlers' files, in addition to any loose files
that you added to me.
| Method Summary |
| |
__init__(self,
name)
Create a new bundle. |
| |
addBundler(self,
bundler)
Add to me all of the files managed by another bundler. |
| |
getSubBundlers(self)
Return a list of all of the bundlers that have been added to me. |
| Inherited from Bundler |
| |
add(self,
source,
destination)
Add files to the bundle. |
flumotion.common.bundle.Bundle
|
bundle(self)
Bundle the files registered with the bundler. |
| |
_buildzip(self)
|