| 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)
|
| |
_get_bool_value(self,
nodes)
|
| |
_get_float_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)
|
| |
_parseAtmosphere(self,
node)
|
ConfigEntryComponent
|
_parseComponent(self,
node,
parent)
Parse a <component></component> block. |
| |
_parseFlow(self,
node)
|
| |
_parseManager(self,
node,
noRegistry)
|
| |
_parseProperties(self,
node,
type,
properties)
|
| 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. |