(How) is it possible to put a Collections interface over the Configuration objects? I was planning on porting an application away from java.util.Properties by changing all of the fields to reference Map instead. It had been assumed that commons-config's collections of properties would implement a Collections model ... at least for the simpler classses.
Marc
