On Fri, Oct 2, 2009 at 10:18 PM, Earwin Burrfoot <[email protected]> wrote:
> Builder pattern allows you to switch concrete implementations as you > please, taking parameters into account or not. We could also achieve this w/ static "factory" method. EG IndexReader.open(IndexReader.Config) could switch between concrete impls (it already does today). Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
