@org.osgi.annotation.versioning.ConsumerType interface BindingExtensionProvider
Services may implement this interface to supply additional binding values for Groovy script executions.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Map<String, BindingVariable> |
getBindingVariables(ScriptContext scriptContext)Get the binding variables for this script execution. |
Get the binding variables for this script execution. All bindings provided by extension services will be merged prior to script execution.
scriptContext - context for current script execution