Emmanuel Bourg schrieb:
Oliver Heger a écrit :
This looks pretty good to me. Just a question about the convert()
methods: What is the meaning of the params var arg parameter and where
do the actual values come from?
That's the same vararg used currently by PropertyConverter.to(), it's
used to specify a date format when converting a value into a Date or a
Calendar.
Emmanuel Bourg
Do we need to specify a date format?
Because a configuration file is not intended to be viewed or edited by
an end user we could define our own format (e.g. the format used by the
java.sql date types) and always use it for date <-> string conversions.
This would simplify the API and its use.
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]