Finds and install all plugins in the current class path. The standard {@link ServiceLoader}approach is used to find plugins. So this method scans all META-INF/services/org.teavm.vm.spi.TeaVMPlugin
resources and obtains all implementation classes that are enumerated there.
|
|
|
|
|
|
|
|
|
|
|
|