|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.web.PluginStarter
net.i2p.router.web.PluginStopper
public class PluginStopper
Stop all plugins that are installed
Field Summary |
---|
Fields inherited from class net.i2p.router.web.PluginStarter |
---|
_context, ENABLED, PREFIX |
Constructor Summary | |
---|---|
PluginStopper(RouterContext ctx)
|
Method Summary | |
---|---|
void |
run()
|
(package private) static void |
stopPlugins(RouterContext ctx)
Stop all plugins (whether or not they were ever started) this shouldn't throw anything |
Methods inherited from class net.i2p.router.web.PluginStarter |
---|
addPath, deletePlugin, getPluginKeys, getPlugins, isPluginRunning, pluginProperties, pluginProperties, pluginsEnabled, startPlugin, startPlugins, stopPlugin, storePluginProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginStopper(RouterContext ctx)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class PluginStarter
static void stopPlugins(RouterContext ctx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |