| Package | Description |
|---|---|
| org.ringojs.engine |
The core scripting engine including the module loader.
|
| org.ringojs.tools |
| Modifier and Type | Method and Description |
|---|---|
RingoConfig |
RhinoEngine.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
RhinoEngine |
RhinoEngine.createSandbox(RingoConfig config,
Map<String,Object> globals)
Create a sandboxed scripting engine with the same install directory as this and the
given module paths, global properties, class shutter and sealing
|
| Constructor and Description |
|---|
RhinoEngine(RingoConfig config,
Map<String,Object> globals)
Create a RhinoEngine with the given configuration.
|
RingoContextFactory(RhinoEngine engine,
RingoConfig config) |
| Constructor and Description |
|---|
RingoDebugger(RingoConfig config) |
Copyright © 2016. All rights reserved.