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 Modifier and Type 方法 描述 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 Modifier and Type Class 描述 class
FailOverExecutionControlProvider
一直尝试其他提供商,直到一个工作。class
JdiExecutionControlProvider
远程JDI控制执行引擎的提供者。class
LocalExecutionControlProvider
执行引擎的提供者以与JShell相同的方式运行。
-