Package | Description |
---|---|
jdk.jshell.execution |
Provides implementation support for building JShell execution engines.
|
jdk.jshell.spi |
Defines the Service Provider Interface for pluggable JShell execution engines.
|
Modifier and Type | Method | Description |
---|---|---|
ExecutionControl |
FailOverExecutionControlProvider.generate(ExecutionEnv env,
Map<String,String> parameters) |
Create and return a locally executing
ExecutionControl instance. |
ExecutionControl |
JdiExecutionControlProvider.generate(ExecutionEnv env,
Map<String,String> parameters) |
|
ExecutionControl |
LocalExecutionControlProvider.generate(ExecutionEnv env,
Map<String,String> parameters) |
Create and return a locally executing
ExecutionControl instance. |
Modifier and Type | Method | Description |
---|---|---|
static ExecutionControl |
ExecutionControl.generate(ExecutionEnv env,
String spec) |
Search for a provider, then create and return the
ExecutionControl instance. |
static ExecutionControl |
ExecutionControl.generate(ExecutionEnv env,
String name,
Map<String,String> parameters) |
Search for a provider, then create and return the
ExecutionControl instance. |
ExecutionControl |
ExecutionControlProvider.generate(ExecutionEnv env,
Map<String,String> parameters) |
Create and return the
ExecutionControl instance. |
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-9b151-2