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 方法 描述 ExecutionControlFailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)创建并返回一个本地执行的ExecutionControl实例。ExecutionControlJdiExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)ExecutionControlLocalExecutionControlProvider. 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 ExecutionControlExecutionControl. generate(ExecutionEnv env, String spec)搜索提供者,然后创建并返回ExecutionControl实例。static ExecutionControlExecutionControl. generate(ExecutionEnv env, String name, Map<String,String> parameters)搜索提供者,然后创建并返回ExecutionControl实例。ExecutionControlExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)Create and return theExecutionControlinstance.
-