JSHELL API
DRAFT 9-internal+0-2016-07-11-224625.robert.dev
Module jdk.jshell

Package jdk.jshell.spi

Defines the Service Provider Interface for pluggable JShell execution engines.

See: Description

Package jdk.jshell.spi Description

Defines the Service Provider Interface for pluggable JShell execution engines. The JShell core tracks and compiles Snippets then sends them (represented in a wrapper class) to the execution engine for loading, and in the case of executable Snippets, execution. The JShell implementation includes a default execution engine (currently a remote process which is JDI controlled). By implementing the ExecutionControl interface and installing it with JShell.Builder.executionEngine(jdk.jshell.spi.ExecutionControl.Generator) other execution engines can be used.
See Also:
for execution implementation support
Skip navigation links
JSHELL API
DRAFT 9-internal+0-2016-07-11-224625.robert.dev


Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.

DRAFT 9-internal+0-2016-07-11-224625.robert.dev