It sounds like a good idea. I like solutions that bring order and balance
to the Force ;-)
EdB
On Wed, Nov 5, 2014 at 10:09 AM, Christofer Dutz
wrote:
> Ok ... so now I know where my unfinished mail went ;-)
>
> So in order to get a tool implementation, you would do something like this:
>
> p
Ok ... so now I know where my unfinished mail went ;-)
So in order to get a tool implementation, you would do something like this:
public FlexTool getFlexTool(String desiredGroupName, String desiredToolName) {
ServiceLoader flexToolGroups =
ServiceLoader.load(FlexToolGroup.class);
for(Fl