public class PluginHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Class<ActionHandler> |
loadActionHandler(String actionId,
PluginProperties plugin)
Load action Handler
|
public static Class<ActionHandler> loadActionHandler(String actionId, PluginProperties plugin) throws PluginNotFoundException
actionId
- the action idplugin
- the plugin propertiesPluginNotFoundException
- if the plugin is not present in the classpathCopyright © 2018 Vitam. All rights reserved.