Package net.i2p.router.web
Class PluginStopper
java.lang.Object
net.i2p.router.web.PluginStarter
net.i2p.router.web.PluginStopper
- All Implemented Interfaces:
Runnable
class PluginStopper extends PluginStarter
Stop all plugins that are installed and running
- Since:
- 0.7.13
- Author:
- zzz
-
Field Summary
Fields inherited from class net.i2p.router.web.PluginStarter
_context, DELETED, ENABLED, java9Blacklist, jetty9Blacklist, PLUGIN_DIR, PREFIX
-
Constructor Summary
Constructors Constructor Description PluginStopper(RouterContext ctx, Server server)
-
Method Summary
Modifier and Type Method Description void
run()
Methods inherited from class net.i2p.router.web.PluginStarter
deletePlugin, disablePlugin, getPluginKeys, getPlugins, isPluginEnabled, isPluginRunning, isPluginRunning, pluginProperties, pluginProperties, pluginsEnabled, startPlugin, startPlugins, stopPlugin, stopPlugin, storePluginProperties, stripHTML, updateAll
-
Constructor Details
-
Method Details
-
run
public void run()- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classPluginStarter
-