Running a script on a JVM-based scripting language in a separate JVM.
- is a class that implements the ForkedJvmScript interface, - is class that implements the {@Link JvmScript} interface.| Type Params | Return Type | Name and description |
|---|---|---|
|
T |
script(Action<ScriptSpec> configurator)Configures the script specification. |
| Methods inherited from class | Name |
|---|---|
interface ForkedJvmExecutable |
entrypoint, jvm, process, runnerSpec |
Configures the script specification.
configurator - Action to configure the script.