public interface ExecutionEnv
This interface is designed to provide the access to core JShell functionality needed to implement ExecutionControl.
ExecutionControl
Modifier and Type | Method | Description |
---|---|---|
void |
closeDown() |
Reports that the execution engine has shutdown.
|
List<String> |
extraRemoteVMOptions() |
Returns the additional VM options to be used when launching the remote
JVM.
|
PrintStream |
userErr() |
Returns the user's error stream.
|
InputStream |
userIn() |
Returns the user's input stream.
|
PrintStream |
userOut() |
Returns the user's output stream.
|
InputStream userIn()
PrintStream userOut()
PrintStream userErr()
List<String> extraRemoteVMOptions()
Note: an execution engine need not launch a remote JVM.
void closeDown()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1