Package | Description |
---|---|
jdk.jshell |
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
|
jdk.jshell.execution |
Provides implementation support for building JShell execution engines.
|
Modifier and Type | Method | Description |
---|---|---|
JShell.Builder |
JShell.Builder.executionEngine(ExecutionControlProvider executionControlProvider,
Map<String,String> executionControlParameters) |
Sets the custom engine for execution.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FailOverExecutionControlProvider |
Tries other providers in sequence until one works.
|
class |
JdiExecutionControlProvider |
A provider of remote JDI-controlled execution engines.
|
class |
LocalExecutionControlProvider |
A provider of execution engines which run in the same process as JShell.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b158-1