From: Joe E. <jo...@em...> - 2005-03-01 00:03:22
|
Rib Rdb wrote: >That sounds like a great idea. Much better than the hack I put in for >the XML driver (since all XML drivers are instaces of the same class). > > At the same time, I intend to rename the methods to proper get/set naming styles... and the names will make more sense. Instead of "deviceNames()", it will be "getDeviceNames" and other lookup things will be named things like "getClassnameByDevicename()" so that it will be easy to know what the method uses as the lookup key. Using IDEA's refactor functions, this should magically adjust any other classes that call it, so it shouldn't break anything. However, if you're currently doing development that interacts with the DevicesConfig class, then this would affect the methods you need to use in the future. - Joe. |