Uses of Interface
jdk.jshell.spi.ExecutionEnv
Packages that use ExecutionEnv
Package
Description
Provides implementation support for building JShell execution engines.
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 ExecutionEnvModifier and TypeMethodDescriptionFailOverExecutionControlProvider.generate(ExecutionEnv env, Map<String,String> parameters)Create and return a locally executingExecutionControlinstance.JdiExecutionControlProvider.generate(ExecutionEnv env, Map<String,String> parameters)LocalExecutionControlProvider.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 ExecutionEnvModifier and TypeMethodDescriptionstatic ExecutionControlExecutionControl.generate(ExecutionEnv env, String spec)Search for a provider, then create and return theExecutionControlinstance.static ExecutionControlSearch for a provider, then create and return theExecutionControlinstance.ExecutionControlProvider.generate(ExecutionEnv env, Map<String,String> parameters)Create and return theExecutionControlinstance.