Saving with interpolation
-------------------------
Key: CONFIGURATION-273
URL: https://issues.apache.org/jira/browse/CONFIGURATION-273
Project: Commons Configuration
Issue Type: New Feature
Affects Versions: 1.4
Reporter: Daniel Adrian
It will be very nice if you'll add the ability to save a configuration file
with the interpolation data.
so if my config file is :
my_home=127.0.0.1
my_place=Is ${my_home}
when I save the configuration (let's say with save(true)) it will look like
my_home=127.0.0.1
my_place=Is 127.0.0.1
Thank you!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]