Uses of Interface
jdk.jshell.spi.ExecutionEnv
-
Packages that use ExecutionEnv 软件包 描述 jdk.jshell.execution 提供构建JShell执行引擎的实现支持。jdk.jshell.spi 定义可插拔JShell执行引擎的服务提供程序接口。 -
-
Uses of ExecutionEnv in jdk.jshell.execution
Methods in jdk.jshell.execution with parameters of type ExecutionEnv Modifier and Type 方法 描述 ExecutionControl
FailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
创建并返回一个本地执行的ExecutionControl
实例。ExecutionControl
JdiExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
ExecutionControl
LocalExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
创建并返回本地执行的ExecutionControl
实例。 -
Uses of ExecutionEnv in jdk.jshell.spi
Methods in jdk.jshell.spi with parameters of type ExecutionEnv Modifier and Type 方法 描述 static ExecutionControl
ExecutionControl. generate(ExecutionEnv env, String spec)
搜索提供者,然后创建并返回ExecutionControl
实例。static ExecutionControl
ExecutionControl. generate(ExecutionEnv env, String name, Map<String,String> parameters)
搜索提供者,然后创建并返回ExecutionControl
实例。ExecutionControl
ExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
Create and return theExecutionControl
instance.
-