net.i2p.router.web
Class PluginStopper

java.lang.Object
  extended by net.i2p.router.web.PluginStarter
      extended by 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

Field Summary
 
Fields inherited from class net.i2p.router.web.PluginStarter
_context, DELETED, ENABLED, PLUGIN_DIR, PREFIX
 
Constructor Summary
PluginStopper(RouterContext ctx)
           
 
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
 

Constructor Detail

PluginStopper

public PluginStopper(RouterContext ctx)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class PluginStarter