Method Summary |
|
__init__(self)
|
|
addFile(self,
filename,
string)
|
|
addFromString(self,
string)
|
|
addRegistryPath (self,
path,
prefix,
force)
Add a registry path to this registry. |
|
clean (self)
Clean the cache of components. |
|
dump (self,
fd)
Dump the cache of components to the given opened file descriptor. |
|
getBundles(self)
|
RegistryEntryComponent
|
getComponent (self,
name)
|
|
getComponents(self)
|
|
getDirectories(self)
|
|
hasComponent(self,
name)
|
|
isEmpty(self)
|
|
makeBundlerBasket(self)
|
|
rebuildNeeded(self)
|
|
save(self,
force)
|
|
verify (self,
force)
Verify if the registry is uptodate and rebuild if it is not. |
Inherited from Loggable |
|
debug (self,
*args)
Log a debug message. |
|
error (self,
*args)
Log an error. |
|
info (self,
*args)
Log an informational message. |
|
log (self,
*args)
Log a log message. |
|
logFunction (self,
message)
Overridable log function. |
|
logObjectName (self)
Overridable object name function. |
|
warning (self,
*args)
Log a warning. |
|
warningFailure (self,
failure)
Log a warning about a Failure. |