| Modifier and Type | Method and Description |
|---|---|
static Module |
Require.enable(jdk.nashorn.api.scripting.NashornScriptEngine engine,
Folder folder) |
static Module |
Require.enable(jdk.nashorn.api.scripting.NashornScriptEngine engine,
Folder folder,
Bindings bindings) |
Module |
ModuleCache.get(String fullPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleCache.put(String fullPath,
Module module) |
| Constructor and Description |
|---|
Module(jdk.nashorn.api.scripting.NashornScriptEngine engine,
Folder folder,
ModuleCache cache,
String filename,
Bindings module,
Bindings exports,
Module parent,
Module main) |
Copyright © 2017. All rights reserved.