|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginLoader
Loads a plugin from some source (i.e. filesytem, classpath, network...)
Method Summary | |
---|---|
String |
getPluginName()
|
boolean |
isRemoved()
Returns true if the Plugin loaded by this loader has been removed (for example, it was deleted from the file system which should result in the plugin being undeployed). |
Plugin |
load()
Loads the plugin, this method should NOT invoke any of the Lifecycle methods of the plugin before returning it to the calling code. |
void |
setPluginConfigPath(String pluginConfigPath)
|
Methods inherited from interface org.kuali.rice.kew.plugin.Modifiable |
---|
isModified |
Method Detail |
---|
String getPluginName()
Plugin load() throws Exception
Exception
boolean isRemoved()
void setPluginConfigPath(String pluginConfigPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |