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 SummaryConstructors Constructor Description PluginStopper(RouterContext ctx, Server server)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()- 
Methods inherited from class net.i2p.router.web.PluginStarterdeletePlugin, disablePlugin, getPluginKeys, getPlugins, isPluginEnabled, isPluginRunning, isPluginRunning, pluginProperties, pluginProperties, pluginsEnabled, startPlugin, startPlugins, stopPlugin, stopPlugin, storePluginProperties, stripHTML, updateAll
 
- 
 
- 
- 
- 
Constructor Detail- 
PluginStopperpublic PluginStopper(RouterContext ctx, Server server) 
 
- 
 - 
Method Detail- 
runpublic void run() - Specified by:
- runin interface- Runnable
- Overrides:
- runin class- PluginStarter
 
 
- 
 
-