Uses of Interface
jdk.jshell.spi.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.execution
Modifier and TypeMethodDescriptionLocalExecutionControlProvider.createExecutionControl
(ExecutionEnv env, Map<String, String> parameters) Create a newExecutionControl
instance.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.JdiDefaultExecutionControl.JdiStarter.start
(ExecutionEnv env, Map<String, String> parameters, int port) Start the external process based on the given parameters. -
Uses of ExecutionEnv in jdk.jshell.spi
Modifier and TypeMethodDescriptionstatic 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.