| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module registry :: Class ComponentRegistry |
|
Loggable --+
|
ComponentRegistry
| Method Summary | |
|---|---|
__init__(self)
| |
addFile(self,
filename,
string)
| |
addFromString(self,
string)
| |
Add a registry path to this registry. | |
Clean the cache of components. | |
Dump the cache of components to the given opened file descriptor. | |
getBundles(self)
| |
RegistryEntryComponent
|
|
getComponents(self)
| |
getDirectories(self)
| |
hasComponent(self,
name)
| |
isEmpty(self)
| |
flumotion.common.bundle.BundlerBasket
|
|
rebuildNeeded(self)
| |
save(self,
force)
| |
Verify if the registry is uptodate and rebuild if it is not. | |
| Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. | |
| Class Variable Summary | |
|---|---|
str |
filename = '/home/goetz/rpm/BUILD/flumotion-0.2.1/cache/...
|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from Loggable | |
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
addRegistryPath(self, path, prefix='flumotion', force=False)Add a registry path to this registry. If force is False, the registry path will only be re-scanned if the directory has been modified since the last scan. If force is True, then the registry path will be parsed regardless of the modification time.
|
clean(self)Clean the cache of components. |
dump(self, fd)Dump the cache of components to the given opened file descriptor.
|
getComponent(self, name)
|
makeBundlerBasket(self) |
verify(self, force=False)Verify if the registry is uptodate and rebuild if it is not.
|
| Class Variable Details |
|---|
filename
|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Sep 13 08:00:39 2006 | http://epydoc.sf.net |