org.kuali.rice.kew.plugin
Class HotDeployer
java.lang.Object
org.kuali.rice.kew.plugin.HotDeployer
- All Implemented Interfaces:
- Runnable
public class HotDeployer
- extends Object
- implements Runnable
Checks for plugins added to or removed from the configured plugin directories.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotDeployer
public HotDeployer(PluginRegistry registry,
File sharedPluginDirectory,
List<String> pluginDirectories)
run
public void run()
- Specified by:
run
in interface Runnable
getRemovedPlugins
protected Set<PluginEnvironment> getRemovedPlugins()
getAddedPlugins
protected Set<PluginEnvironment> getAddedPlugins()
throws Exception
- Throws:
Exception
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.