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 变量和类型 方法 描述 ExecutionControlFailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)创建并返回本地执行的ExecutionControl实例。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 变量和类型 方法 描述 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.
-