626364656667686970
/* * Thats it. Technically all plugins have now been loaded and are running. If you * would like to retrieve one, do it like this: */ final OutputService plugin = pmf.getPlugin(OutputService.class); plugin.doSomething(); } }