Hello:
Is anyone planning on working on text.Interpolation in the near future?
It seems like a logical candidate and a motivation for the next release.
Where does the class come from and does it make sense to simply extract
some code out of Ant.
I could see a subclass dealing specifically with this. Something like:
Interpolation si = new SystemPropertyInterpolation();
// replace all system property in ${} with real values.
string = si.interpolateAll(string);
The class name does seem a little pedantic to me, but eh, I can't come
up with something more succinct right now ;-)
Thoughts?
Thanks,
Gary