|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tm.plugin.PluginManager
public class PluginManager
Manages service plugins.
| Constructor Summary | |
|---|---|
PluginManager()
Creates a new instance, installing all the plugins found on the classpath. |
|
| Method Summary | |
|---|---|
Map<String,org.gcube.data.tmf.api.Plugin> |
plugins()
Returns the installed plugins, indexed by name. |
void |
register(org.gcube.data.tmf.api.Plugin plugin)
|
void |
stop()
Stops all plugins. |
void |
stop(org.gcube.data.tmf.api.Plugin plugin)
Stops a given plugin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginManager()
| Method Detail |
|---|
public void register(org.gcube.data.tmf.api.Plugin plugin)
public Map<String,org.gcube.data.tmf.api.Plugin> plugins()
public void stop()
public void stop(org.gcube.data.tmf.api.Plugin plugin)
plugin - the plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||