public class PluginConfiguration extends Object
Constructor and Description |
---|
PluginConfiguration(String propertiesFile,
Class<ActionHandler> actionHandlerClazz)
constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertiesFile()
property file link to the plugin
|
ActionHandler |
newInstance()
create a new instance for the plugin
|
public PluginConfiguration(String propertiesFile, Class<ActionHandler> actionHandlerClazz)
propertiesFile
- the plugin properties fileactionHandlerClazz
- the class of worker ActionHandlerpublic String getPropertiesFile()
public ActionHandler newInstance() throws InvocationPluginException
InvocationPluginException
- if could not instance the pluginCopyright © 2018 Vitam. All rights reserved.