Marc Carter wrote:
(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

There is the ConfigurationMap class in the top level package, which wraps a Configuration and implements the Map interface. Is this what you want? However I have not used this class myself so far.

Oliver


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to