Re: [configuration] File-based configurations

2009-08-25 Thread Oliver Heger
Ralph Goers wrote: > > On Aug 24, 2009, at 11:34 AM, Oliver Heger wrote: > >> Currently there are many ways to specify the location for a file- >> based configuration: as a URL, as a File, a file name, a base path... >> It was a major effort to keep the several get and set methods for >> these

Re: [configuration] File-based configurations

2009-08-24 Thread Ralph Goers
On Aug 24, 2009, at 11:34 AM, Oliver Heger wrote: Currently there are many ways to specify the location for a file- based configuration: as a URL, as a File, a file name, a base path... It was a major effort to keep the several get and set methods for these properties in sync. With the ne

[configuration] File-based configurations

2009-08-24 Thread Oliver Heger
Currently there are many ways to specify the location for a file-based configuration: as a URL, as a File, a file name, a base path... It was a major effort to keep the several get and set methods for these properties in sync. With the new implementation based on the FileSystem class (which I