Uses of Interface
jdk.jshell.spi.ExecutionControlProvider
-
Packages that use ExecutionControlProvider 软件包 描述 jdk.jshell 提供用于创建工具的接口,例如读取 - 评估 - 打印循环(REPL),其交互式地评估Java编程语言代码的“片段”。jdk.jshell.execution 为构建JShell执行引擎提供实现支持。 -
-
Uses of ExecutionControlProvider in jdk.jshell
Methods in jdk.jshell with parameters of type ExecutionControlProvider 变量和类型 方法 描述 JShell.Builder
JShell.Builder. executionEngine(ExecutionControlProvider executionControlProvider, Map<String,String> executionControlParameters)
设置要执行的自定义引擎。 -
Uses of ExecutionControlProvider in jdk.jshell.execution
Classes in jdk.jshell.execution that implement ExecutionControlProvider 变量和类型 类 描述 class
FailOverExecutionControlProvider
按顺序尝试其他提供程序,直到有效。class
JdiExecutionControlProvider
远程JDI控制的执行引擎的提供者。class
LocalExecutionControlProvider
执行引擎的提供程序,它在与JShell相同的进程中运行。
-