Uses of Interface
jdk.jshell.spi.ExecutionEnv
Packages that use ExecutionEnv
包
描述
Provides implementation support for building JShell execution engines.
Defines the Service Provider Interface for pluggable JShell execution engines.
-
Uses of ExecutionEnv in jdk.jshell.execution
Methods in jdk.jshell.execution with parameters of type ExecutionEnv修饰符和类方法描述FailOverExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.JdiExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) LocalExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) Create and return a locally executingExecutionControl
instance. -
Uses of ExecutionEnv in jdk.jshell.spi
Methods in jdk.jshell.spi with parameters of type ExecutionEnv修饰符和类方法描述static ExecutionControl
ExecutionControl.generate
(ExecutionEnv env, String spec) Search for a provider, then create and return theExecutionControl
instance.static ExecutionControl
Search for a provider, then create and return theExecutionControl
instance.ExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) Create and return theExecutionControl
instance.