public static class JShellScriptEngine.SimpleExecutionControlProvider
extends java.lang.Object
implements jdk.jshell.spi.ExecutionControlProvider
| Constructor and Description |
|---|
SimpleExecutionControlProvider(jdk.jshell.spi.ExecutionControl executionControl) |
| Modifier and Type | Method and Description |
|---|---|
jdk.jshell.spi.ExecutionControl |
generate(jdk.jshell.spi.ExecutionEnv env,
java.util.Map<java.lang.String,java.lang.String> parameters) |
java.lang.String |
name() |
public SimpleExecutionControlProvider(jdk.jshell.spi.ExecutionControl executionControl)
public jdk.jshell.spi.ExecutionControl generate(jdk.jshell.spi.ExecutionEnv env,
java.util.Map<java.lang.String,java.lang.String> parameters)
throws java.lang.Throwable
generate in interface jdk.jshell.spi.ExecutionControlProviderjava.lang.Throwablepublic java.lang.String name()
name in interface jdk.jshell.spi.ExecutionControlProvider