RE: [configuration] AbstractConfiguration based SubsetConfiguration

2004-03-30 Thread Jörg Schaible
Emmanuel Bourg wrote on Tuesday, March 30, 2004 11:39 AM: > Jörg's patch made me realize that SubsetConfiguration could be much > shorter by extending AbstractConfiguration, the key translation just > happens in the add/getPropertyDirect methods, there is no need to > overwrite all the getters of

[configuration] AbstractConfiguration based SubsetConfiguration

2004-03-30 Thread Emmanuel Bourg
Jörg's patch made me realize that SubsetConfiguration could be much shorter by extending AbstractConfiguration, the key translation just happens in the add/getPropertyDirect methods, there is no need to overwrite all the getters of the Configuration interface. I'm attaching the modified impleme