|
__init__(self,
uri=' http://x2100.icecube.wisc.edu/dtd/i3paramdb.dtd ' )
Initialize and build DOM tree from IceTrayConfig object |
source code
|
|
|
|
|
AddMetaProjects(self)
Load projects from IceTrayConfig and add the to DOM tree |
source code
|
|
|
mkValueElement(self,
ptype,
pvalue,
doc)
Create a value element depending on the type |
source code
|
|
|
AddServices(self,
docElement,
project)
Load services from IceTrayConfig and add the to DOM tree |
source code
|
|
|
AddModules(self,
docElement,
project)
Load modules from IceTrayConfig and add the to DOM tree |
source code
|
|
|
|
|
write_to_file(self,
fname=None)
Write DOM tree as human readable xml to a file |
source code
|
|
Inherited from ParamDb :
GetMetaProjects ,
GetModules ,
GetModulesP ,
GetParameters ,
GetProjectDependencies ,
GetProjects ,
GetProjectsMM ,
GetProjectsSM ,
GetServices ,
GetServicesP ,
SetMetaProjectId ,
SwitchMetaProject ,
adddependencies ,
load ,
loadcache ,
loadfile
|