Uses of Interface
jdk.jshell.spi.ExecutionEnv
- 
Packages that use ExecutionEnv Package Description jdk.jshell.execution Provides implementation support for building JShell execution engines.jdk.jshell.spi Defines the Service Provider Interface for pluggable JShell execution engines.
- 
- 
Uses of ExecutionEnv in jdk.jshell.executionMethods in jdk.jshell.execution with parameters of type ExecutionEnv Modifier and Type Method Description ExecutionControlFailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)Create and return a locally executingExecutionControlinstance.ExecutionControlLocalExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)Create and return a locally executingExecutionControlinstance.
- 
Uses of ExecutionEnv in jdk.jshell.spiMethods in jdk.jshell.spi with parameters of type ExecutionEnv Modifier and Type Method Description static ExecutionControlExecutionControl. generate(ExecutionEnv env, String spec)Search for a provider, then create and return theExecutionControlinstance.static ExecutionControlExecutionControl. generate(ExecutionEnv env, String name, Map<String,String> parameters)Search for a provider, then create and return theExecutionControlinstance.ExecutionControlExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)Create and return theExecutionControlinstance.
 
-