- GeneralScriptBindings - Class in me.lucko.helper.js.bindings
-
Some misc functions to help with using Java collections in JS
- get() - Method in interface me.lucko.helper.js.exports.ScriptExport
-
Gets the value currently in the export
- get(T) - Method in interface me.lucko.helper.js.exports.ScriptExport
-
Either gets the value or sets it to another, and returns the same value
- get(Supplier<T>) - Method in interface me.lucko.helper.js.exports.ScriptExport
-
Either gets the value or sets it to another, and returns the same value
- get(String) - Method in interface me.lucko.helper.js.exports.ScriptExportRegistry
-
Gets an export handle, if present
- get(String, T) - Method in interface me.lucko.helper.js.exports.ScriptExportRegistry
-
Gets or initializes a new export, and sets it to the given value if empty
- get(String, Supplier<T>) - Method in interface me.lucko.helper.js.exports.ScriptExportRegistry
-
Gets or initializes a new export, and sets it to the given value if empty
- getAll() - Method in interface me.lucko.helper.js.loader.ScriptRegistry
-
Gets all scripts known to this registry
- getBindings() - Method in class me.lucko.helper.js.HelperScript
-
- getBindings() - Method in interface me.lucko.helper.js.script.Script
-
Gets the initial bindings used by this script
- getDependencies() - Method in class me.lucko.helper.js.HelperScript
-
- getDependencies() - Method in interface me.lucko.helper.js.script.Script
-
Gets the other scripts depended on by this script.
- getDirectory() - Method in class me.lucko.helper.js.HelperScriptLoader
-
- getDirectory() - Method in class me.lucko.helper.js.loader.DelegateScriptLoader
-
- getDirectory() - Method in interface me.lucko.helper.js.loader.ScriptLoader
-
Gets the root directory of this loader
- getExports() - Method in interface me.lucko.helper.js.bindings.SystemScriptBindings
-
Gets the exports used by this binding
- getExports() - Method in interface me.lucko.helper.js.exports.ScriptExportRegistry
-
Gets all exports in this registry
- getExports() - Method in class me.lucko.helper.js.HelperScriptBindings
-
- getLogger() - Method in class me.lucko.helper.js.HelperScript
-
- getLogger() - Method in interface me.lucko.helper.js.script.Script
-
Gets the scripts logger instance
- getName() - Method in class me.lucko.helper.js.HelperScript
-
- getName() - Method in interface me.lucko.helper.js.script.Script
-
Gets the name of the script
- getPath() - Method in class me.lucko.helper.js.HelperScript
-
- getPath() - Method in interface me.lucko.helper.js.script.Script
-
Gets the file this script instance was created from
- getPlugin() - Method in interface me.lucko.helper.js.bindings.SystemScriptBindings
-
Gets the plugin which owns these bindings
- getPlugin() - Method in class me.lucko.helper.js.HelperScriptBindings
-
- getPluginClassLoader() - Method in class me.lucko.helper.js.HelperJsPlugin
-
- getPluginClassLoader() - Method in interface me.lucko.helper.js.plugin.ScriptPlugin
-
Get the plugin's classloader
- getPluginLogger() - Method in class me.lucko.helper.js.HelperJsPlugin
-
- getPluginLogger() - Method in interface me.lucko.helper.js.plugin.ScriptPlugin
-
Gets the plugin's logger
- getScript(Path) - Method in interface me.lucko.helper.js.loader.ScriptRegistry
-
Gets a script by path
- getScriptHeader() - Method in class me.lucko.helper.js.HelperJsPlugin
-
- getScriptHeader() - Method in interface me.lucko.helper.js.plugin.ScriptPlugin
-
Gets the script header, to be applied to all scripts loaded via this plugin
- getScriptLoader() - Method in class me.lucko.helper.js.HelperJsPlugin
-
- getScriptLoader() - Method in interface me.lucko.helper.js.plugin.ScriptPlugin
-
Gets the plugins script loader