Trees | Index | Help |
---|
Package flumotion :: Package common :: Module config :: Class FlumotionConfigXML |
|
Loggable
--+
|
FlumotionConfigXML
Method Summary | |
---|---|
__init__(self,
filename,
string)
| |
export(self)
| |
dictionary of /parent/name -> ConfigEntryComponent
|
Get all component entries from both atmosphere and all flows from the configuration. |
getPath(self)
| |
parse(self,
noRegistry)
| |
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. |
Instance Variable Summary | |
---|---|
atmosphere : A ConfigEntryAtmosphere , filled in when
parse() is called. | |
flows : A list of ConfigEntryFlow , filled in when parse() is
called. | |
manager : A ConfigEntryManager containing options for
the manager section, filled in at construction time. |
Class Variable Summary | |
---|---|
str |
logCategory : Implementors can provide a category to log their messages under. |
Method Details |
---|
getComponentEntries(self)Get all component entries from both atmosphere and all flows from the configuration.
|
Instance Variable Details |
---|
atmosphereAConfigEntryAtmosphere , filled in when
parse() is called.
|
flowsA list ofConfigEntryFlow , filled in when parse() is
called.
|
managerAConfigEntryManager containing options for
the manager section, filled in at construction time.
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Dec 20 15:33:11 2005 | http://epydoc.sf.net |