Re: [sword-devel] SWConfig.java

2001-12-10 Thread Mike Dougherty
On Mon, 2001-12-10 at 16:04, Jerry Kreps wrote: > On Monday 10 December 2001 01:42, Mike Dougherty wrote: > > Here's my version of SWConfig. It provides access to multiple > > configuration properties (files), which may themselves contain > > multiple values. This version does not use anything tha

Re: [sword-devel] SWConfig.java

2001-12-10 Thread Jerry Kreps
On Monday 10 December 2001 01:42, Mike Dougherty wrote: > Here's my version of SWConfig. It provides access to multiple > configuration properties (files), which may themselves contain > multiple values. This version does not use anything that is not in > the Java 2 core library (It also does not

Re: [sword-devel] SWConfig.java

2001-12-10 Thread Mike Dougherty
On Mon, 2001-12-10 at 03:35, Troy A. Griffitts wrote: > Mike, > Thank you for taking the time to rewrite SWConfig.java! It's so fresh > to get code submitted! Bobby and you have been a blessing to me this > weekend! No worries. It was kind of fun playing with this to make it have the desi

Re: [sword-devel] SWConfig.java

2001-12-10 Thread Troy A. Griffitts
Mike, Thank you for taking the time to rewrite SWConfig.java! It's so fresh to get code submitted! Bobby and you have been a blessing to me this weekend! I've changed all code in the api to use the new interface. Anyway I can get you to finish the write interface? :) I'm very impresse

[sword-devel] SWConfig.java

2001-12-10 Thread Mike Dougherty
Here's my version of SWConfig. It provides access to multiple configuration properties (files), which may themselves contain multiple values. This version does not use anything that is not in the Java 2 core library (It also does not have any naked variables, which is a pet peeve of mine ;-). I h