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 TypeMethodDescriptionFailOverExecutionControlProvider.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
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.