public interface Engine extends Environment
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes of all engine resources and executes all registered disposers.
|
ScriptExports |
require(ResourcePath resource)
Executes a javascript resource and returns the exported entries (if any).
|
getClassLoader, getDevSourceDirs, getResourceLoader, getSettingsgetInstance, getInstanceOrNull, getProviderScriptExports require(ResourcePath resource)
resource - resource path for the javascript.void dispose()