public class ServiceLoaderDiscovery extends java.lang.Object implements PluginDiscovery
| Constructor and Description |
|---|
ServiceLoaderDiscovery(java.lang.ClassLoader classLoader)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<CRaSHPlugin<?>> |
getPlugins()
Returns the available plugins.
|
public ServiceLoaderDiscovery(java.lang.ClassLoader classLoader)
throws java.lang.NullPointerException
classLoader - the loader for the discoveryjava.lang.NullPointerException - if the loader argument is nullpublic java.lang.Iterable<CRaSHPlugin<?>> getPlugins()
PluginDiscoverygetPlugins in interface PluginDiscoveryCopyright © 2014 eXo Platform SAS. All Rights Reserved.