From: Matt B. <gud...@ya...> - 2007-04-25 15:42:08
|
--- Matt Sgarlata <Mat...@wh...> wrote: > I think for almost all transformers where source and > destination classes > are not static we should make the mutators public. > So: > ChainedConverter, ConverterDecorator, > CopierDecorator, CumulativeCopier, > AssemblerCopier, MultipleDestinationConverter. I > don't think they need > to be public on SimpleDelegatingTransformer. More on this: ChainedConverter is now ChainedTransformer as it can copy if the last component is a Copier--or would that then be ChainedCopier? I named it -Transformer because, like, SDT, its behavior may change depending on its configured components. In any event, I think we can, for now, forego making these mutators public on ChainedConverter as well as you should be able to control its source classes by controlling the source classes of its first component, and similarly wrt dest classes/last component. I'll be adding the methods for the others. -Matt B [SNIP] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |