public interface PluginLoader extends Modifiable
Modifier and Type | Method and Description |
---|---|
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) |
isModified
String getPluginName()
Plugin load() throws Exception
Exception
boolean isRemoved()
void setPluginConfigPath(String pluginConfigPath)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.