- get() - Method in interface me.lucko.scriptcontroller.exports.Export
-
Gets the current value of the export
- get(T) - Method in interface me.lucko.scriptcontroller.exports.Export
-
Gets the current value of the export, or returns the other if a value
isn't present.
- get(String) - Method in interface me.lucko.scriptcontroller.exports.ExportRegistry
-
Gets an export
- getAll() - Method in interface me.lucko.scriptcontroller.environment.registry.ScriptRegistry
-
Gets all scripts known to this registry
- getAll() - Method in interface me.lucko.scriptcontroller.exports.ExportRegistry
-
Returns a collection of all known exports.
- getCauses() - Method in exception me.lucko.scriptcontroller.closable.CompositeClosingException
-
- getClosables() - Method in interface me.lucko.scriptcontroller.environment.script.Script
-
Gets the scripts composite closable registry.
- getController() - Method in interface me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Gets the script controller which created this environment
- getDependencies() - Method in interface me.lucko.scriptcontroller.environment.script.Script
-
Gets the other scripts depended on by this script.
- getDirectory() - Method in interface me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Gets the environments root scripts directory
- getEnvironment() - Method in class me.lucko.scriptcontroller.environment.loader.DelegateScriptLoader
-
- getEnvironment() - Method in interface me.lucko.scriptcontroller.environment.loader.ScriptLoader
-
Gets the script environment this loader is operating in
- getEnvironments() - Method in class me.lucko.scriptcontroller.internal.ScriptControllerImpl
-
- getEnvironments() - Method in interface me.lucko.scriptcontroller.ScriptController
-
- getExportRegistry() - Method in interface me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Gets the export registry for this environment
- getLoader() - Method in interface me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Gets the script loader used by this environment.
- getLogger() - Method in interface me.lucko.scriptcontroller.environment.script.Script
-
Gets the scripts logger instance
- getName() - Method in interface me.lucko.scriptcontroller.environment.script.Script
-
Gets the name of the script, usually formed from the scripts
path file name.
- getPath() - Method in interface me.lucko.scriptcontroller.environment.script.Script
-
Gets the path of the script.
- getScript(Path) - Method in interface me.lucko.scriptcontroller.environment.registry.ScriptRegistry
-
Gets a script by path
- getScriptRegistry() - Method in interface me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Gets the script registry, containing all loaded scripts within this
environment
- getSettings() - Method in interface me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Gets the environment settings