| 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 Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |