Uses of Class
fr.gouv.vitam.processing.common.exception.InvocationPluginException
-
Packages that use InvocationPluginException Package Description fr.gouv.vitam.worker.core.plugin Plugin package in worker module -
-
Uses of InvocationPluginException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw InvocationPluginException Modifier and Type Method Description java.util.Map<java.lang.String,ActionHandler>
PluginLoader. loadAllPlugins()
load All the plugins, and return a Map an instance of each plugin WARNING : plugins are not thread safeActionHandler
PluginConfiguration. newInstance()
create a new instance for the pluginActionHandler
PluginLoader. newInstance(java.lang.String pluginId)
-