Package flumotion :: Package common :: Module registry :: Class RegistryDirectory
[show private | hide private]
[frames | no frames]

Class RegistryDirectory


I represent a directory under a path managed by the registry. I can be queried for a list of partial registry .xml files underneath the given path, under the given prefix.
Method Summary
  __init__(self, path, prefix)
  _getFileList(self, root)
Get all files ending in .xml from all directories under the given root.
  getFiles(self)
Return a list of all .xml registry files underneath this registry path.
  getPath(self)
  lastModified(self)

Method Details

_getFileList(self, root)

Get all files ending in .xml from all directories under the given root.
Parameters:
root - the root directory under which to search
           (type=string)
Returns:
a list of .xml files, relative to the given root directory

getFiles(self)

Return a list of all .xml registry files underneath this registry path.

Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 http://epydoc.sf.net