Open GoogleCodeExporter opened 9 years ago
Good point. In the current download version the return type is indeed void. In
the latest Mercurial version I changed the return type to PluginManager to
allow for "chaining" the method calls, but it appears to me that obtaining the
loaded plugins is something quite some people want.
The only thing I'm not certain about is if it will be really done as the return
value:
Collection<Plugin> rval = pm.addPlugins(...)
or by specifying an option:
OptionLoadedPlugins loaded = new OptionLoadedPluging()
pm.addPlugins(..., loaded)
loaded.get()
Original comment by r.biedert
on 29 Aug 2011 at 9:27
Original issue reported on code.google.com by
shah...@gmail.com
on 29 Aug 2011 at 9:02