public class SimplePluginDiscovery extends java.lang.Object implements PluginDiscovery
| Constructor and Description |
|---|
SimplePluginDiscovery() |
SimplePluginDiscovery(CRaSHPlugin<?>... plugins) |
| Modifier and Type | Method and Description |
|---|---|
SimplePluginDiscovery |
add(CRaSHPlugin<?> plugin)
Add a plugin.
|
java.lang.Iterable<CRaSHPlugin<?>> |
getPlugins()
Returns the available plugins.
|
public SimplePluginDiscovery()
public SimplePluginDiscovery(CRaSHPlugin<?>... plugins)
public SimplePluginDiscovery add(CRaSHPlugin<?> plugin) throws java.lang.NullPointerException
plugin - the pluginjava.lang.NullPointerException - if the plugin is nullpublic java.lang.Iterable<CRaSHPlugin<?>> getPlugins()
PluginDiscoverygetPlugins in interface PluginDiscoveryCopyright © 2014 eXo Platform SAS. All Rights Reserved.