On 7/8/05, James Carman <[EMAIL PROTECTED]> wrote: > How about this? > > new HashSet( registry.getConfiguration( "MyConfiguration" ) ); >
This just allows you to get a Set view of a configuration, but you can't get a Map or other "structured" view like this. > I don't think it's worth cluttering up the API with reflection-based methods > if we don't have to IMHO. > I understand Stefan's argument and I think we should consider adopting something like it. It isn't any more difficult to implement and it solves the naming problem too :-) Although I must say I can for the moment not think of any good other representations than List and Map. --knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
