Re: ConfigurablePluginBuilder vs. Builder

2014-05-26 Thread Matt Sicker
Done by the way. I re-used it in PluginBuilder, too, since it matches perfectly. On 26 May 2014 14:17, Matt Sicker wrote: > Sounds like a good idea to me! I'll go ahead and make the change. > > > On 26 May 2014 08:20, Gary Gregory wrote: > >> We have a new interface: >> >> public interface Con

Re: ConfigurablePluginBuilder vs. Builder

2014-05-26 Thread Matt Sicker
Sounds like a good idea to me! I'll go ahead and make the change. On 26 May 2014 08:20, Gary Gregory wrote: > We have a new interface: > > public interface ConfigurablePluginBuilder { > > /** > * Builds the plugin object after all configuration has been set. This > will use default val

ConfigurablePluginBuilder vs. Builder

2014-05-26 Thread Gary Gregory
We have a new interface: public interface ConfigurablePluginBuilder { /** * Builds the plugin object after all configuration has been set. This will use default values for any * unspecified attributes for the plugin. * * @return the configured plugin instance. */