public interface ScriptEnvironment extends AutoCloseable
directory, under a
ScriptController.| Modifier and Type | Method and Description |
|---|---|
ScriptController |
getController()
Gets the script controller which created this environment
|
Path |
getDirectory()
Gets the environments root scripts directory
|
ExportRegistry |
getExportRegistry()
Gets the export registry for this environment
|
EnvironmentScriptLoader |
getLoader()
Gets the script loader used by this environment.
|
ScriptRegistry |
getScriptRegistry()
Gets the script registry, containing all loaded scripts within this
environment
|
EnvironmentSettings |
getSettings()
Gets the environment settings
|
closeScriptController getController()
EnvironmentSettings getSettings()
Path getDirectory()
EnvironmentScriptLoader getLoader()
Each environment has it's own loader.
ScriptRegistry getScriptRegistry()
ExportRegistry getExportRegistry()
Copyright © 2018. All rights reserved.