public interface IPluginGeneric extends IFCPlugin
This currently exists mainly for compatibility reasons and should not be used in favor of more specific plugins.
CONFIG_FILENAMEATTR_NAME, COL_NAMEATTR_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, uninstallIPluginGenericRetVal 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 © 2020 XIMA MEDIA GmbH. All rights reserved.