Kanzi  3.9.5
Java API
Domain.PluginHandler Interface Reference

Plugin handler implements the functionality for loading a plugin from the associated plugin file. More...

Public Member Functions

Plugin handle (String url, boolean silent)
 Callback received when Kanzi chooses this plugin handler for loading a particular url. More...
 

Detailed Description

Plugin handler implements the functionality for loading a plugin from the associated plugin file.

Member Function Documentation

◆ handle()

Plugin handle ( String  url,
boolean  silent 
)

Callback received when Kanzi chooses this plugin handler for loading a particular url.

Parameters
urlURL of the plugin.
silentTrue if failures should be silent, i.e. exceptions should not be thrown.
Returns
Loaded plugin instance.