org.kuali.rice.kew.plugin
Class HotDeployer

java.lang.Object
  extended by 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)

Constructor Summary
HotDeployer(PluginRegistry registry, File sharedPluginDirectory, List<String> pluginDirectories)
           
 
Method Summary
protected  Set<PluginEnvironment> getAddedPlugins()
           
protected  Set<PluginEnvironment> getRemovedPlugins()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotDeployer

public HotDeployer(PluginRegistry registry,
                   File sharedPluginDirectory,
                   List<String> pluginDirectories)
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.