public class HelperScriptBindings extends Object implements SystemScriptBindings
| Constructor and Description |
|---|
HelperScriptBindings(HelperJsPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(Bindings bindings)
Appends this environment's variables to the given bindings.
|
ScriptExportRegistry |
getExports()
Gets the exports used by this binding
|
ScriptPlugin |
getPlugin()
Gets the plugin which owns these bindings
|
public HelperScriptBindings(HelperJsPlugin plugin)
@Nonnull public ScriptPlugin getPlugin()
SystemScriptBindingsgetPlugin in interface SystemScriptBindings@Nonnull public ScriptExportRegistry getExports()
SystemScriptBindingsgetExports in interface SystemScriptBindingspublic void appendTo(@Nonnull Bindings bindings)
SystemScriptBindingsappendTo in interface SystemScriptBindingsbindings - the bindings to append toCopyright © 2017. All rights reserved.