FailOverExecutionControlProvider
, JdiExecutionControlProvider
, LocalExecutionControlProvider
public interface ExecutionControlProvider
Modifier and Type | Method | Description |
---|---|---|
default Map<String,String> |
defaultParameters() |
Create and return the default parameter map for this
ExecutionControlProvider . |
ExecutionControl |
generate(ExecutionEnv env,
Map<String,String> parameters) |
Create and return the
ExecutionControl instance. |
String |
name() |
The unique name of this
ExecutionControlProvider . |
String name()
ExecutionControlProvider
. The name must
be a sequence of characters from the Basic Multilingual Plane which are
Character.isJavaIdentifierPart(char)
.default Map<String,String> defaultParameters()
ExecutionControlProvider
. The map can optionally be modified;
Modified or unmodified it can be passed to
generate(jdk.jshell.spi.ExecutionEnv, java.util.Map)
.ExecutionControl generate(ExecutionEnv env, Map<String,String> parameters) throws Throwable
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-Debian+0-9b155-1