rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Improve Engine Configuration API, read from XML file #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I recently added an EngineConfig class which provides an API to get to
name/value pairs to use as configuration parameters for a Europa Engine.

it would be good for an EngineConfig to be able to read/write itself
from/to XML. in addition to name/value pairs, it'd be useful to have
support for nested elements and name/list pairs

Original issue reported on code.google.com by Matthew....@gmail.com on 30 Sep 2009 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by Matthew....@gmail.com on 30 Sep 2009 at 6:31

GoogleCodeExporter commented 9 years ago
Jason took care of this. Config can now be read from XML string/file. Nested 
elements are supported, lists are not, at least for now.

Original comment by javier.barreiro@gmail.com on 24 Nov 2010 at 11:53