You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Emmanuel Bourg <eb...@micropole-univers.com> on 2004/03/23 16:25:39 UTC

[configuration] MapConfiguration

Hi, I wrote a small adapter to use a Map as a Configuration. I also 
changed the ConfigurationConverter class to use this MapConfiguration in 
the getConfiguration methods, this makes the resulting configuration 
synchronized with the wrapped Properties/ExtendedProperties.

Emmanuel Bourg