Package flumotion :: Package common :: Module config :: Class FlumotionConfigXML
[show private | hide private]
[frames | no frames]

Class FlumotionConfigXML

Loggable --+
           |
          FlumotionConfigXML


I represent a planet configuration file for Flumotion.
Method Summary
  __init__(self, filename, string)
  export(self)
dictionary of /parent/name -> ConfigEntryComponent getComponentEntries(self)
Get all component entries from both atmosphere and all flows from the configuration.
  getPath(self)
  parse(self, noRegistry)
    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.

Class Variable Summary
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

getComponentEntries(self)

Get all component entries from both atmosphere and all flows from the configuration.
Returns:
dictionary of /parent/name -> ConfigEntryComponent

Class Variable Details

logCategory

Implementors can provide a category to log their messages under.
Type:
str
Value:
'config'                                                               

Generated by Epydoc 2.1 on Sun Sep 4 00:24:44 2005 http://epydoc.sf.net