Trees | Index | Help |
---|
Package flumotion :: Package common :: Module bundle :: Class BundlerBasket |
|
Method Summary | |
---|---|
Create a new bundler basket. | |
Add files to the bundler basket for the given bundle. | |
Make the given bundle depend on the other given bundles. | |
Return the bundle by name, or None if not found. | |
Return the bundler name by filename, or None if not found. | |
Return the bundler name by import statement, or None if not found. | |
Return names of all the dependencies of this bundle, including this bundle itself. |
Method Details |
---|
__init__(self)
Create a new bundler basket.
|
add(self, bundleName, source, destination=None)Add files to the bundler basket for the given bundle.
|
depend(self, depender, *dependencies)Make the given bundle depend on the other given bundles.
|
getBundlerByName(self, bundlerName)Return the bundle by name, or None if not found. |
getBundlerNameByFile(self, filename)Return the bundler name by filename, or None if not found. |
getBundlerNameByImport(self, importString)Return the bundler name by import statement, or None if not found. |
getDependencies(self, bundlerName)Return names of all the dependencies of this bundle, including this bundle itself. The dependencies are returned in a correct depending order. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |