public interface SystemScriptBindings
| 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
|
void appendTo(@Nonnull Bindings bindings)
bindings - the bindings to append to@Nonnull ScriptPlugin getPlugin()
@Nonnull ScriptExportRegistry getExports()
Copyright © 2017. All rights reserved.