public interface IPluginGeneric extends IFCPlugin
This currently exists mainly for compatibility reasons and should not be used in favor of more specific plugins.
CONFIG_FILENAME
ATTR_NAME, COL_NAME
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
IPluginGenericRetVal |
execute(IPluginGenericParams params)
This is the main method that performs the plugin logic.
|
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall
IPluginGenericRetVal execute(IPluginGenericParams params) throws FCPluginException
params
- The parameters this plugin may make use of. The parameters consist of a generic map with data as
given by the caller.FCPluginException
- May be thrown when this plugin cannot perform its task.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.