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)
| |
_get_bool_value(self,
nodes)
| |
_get_float_value(self,
nodes)
| |
_get_fraction_value(self,
nodes)
| |
_get_int_value(self,
nodes)
| |
_get_long_value(self,
nodes)
| |
_get_raw_string_value(self,
nodes)
| |
_get_string_value(self,
nodes)
| |
_get_xml_value(self,
nodes)
| |
_nodeGetInt(self,
name,
node)
| |
_nodeGetString(self,
name,
node)
| |
_parseAtmosphere(self,
node)
| |
_parseClockMaster(self,
node)
| |
ConfigEntryComponent
|
Parse a <component></component> block. |
_parseFlow(self,
node)
| |
_parseManager(self,
node,
noRegistry)
| |
_parseProperties(self,
node,
componentName,
type,
properties)
| |
_parseSources(self,
node,
defs)
| |
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. |
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.
|
_parseComponent(self, node, parent)Parse a <component></component> block.
|
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 Sun Oct 22 03:16:36 2006 | http://epydoc.sf.net |