public class ExtensionPointHandler extends Object
Constructor and Description |
---|
ExtensionPointHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
callExtensionPoint(LogChannelInterface log,
String id,
Object object)
This method looks up the extension point plugins with the given ID in the plugin registry.
|
public static void callExtensionPoint(LogChannelInterface log, String id, Object object) throws KettleException
log
- the logging channel to write debugging information toid
- The ID of the extension point to callobject
- The parent object that is passed to the pluginKettleException
- In case something goes wrong in the plugin and we need to stop what we're doing.Copyright © 2018 Hitachi Vantara. All rights reserved.