net.i2p.router.web
Class PluginStopper
java.lang.Object
net.i2p.router.web.PluginStarter
net.i2p.router.web.PluginStopper
- All Implemented Interfaces:
- Runnable
public class PluginStopper
- extends PluginStarter
Stop all plugins that are installed and running
- Since:
- 0.7.13
- Author:
- zzz
Method Summary |
void |
run()
|
Methods inherited from class net.i2p.router.web.PluginStarter |
deletePlugin, disablePlugin, getPluginKeys, getPlugins, isPluginEnabled, isPluginRunning, pluginProperties, pluginProperties, pluginsEnabled, startPlugin, startPlugins, stopPlugin, storePluginProperties, updateAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginStopper
public PluginStopper(RouterContext ctx)
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class PluginStarter