public static interface ProcessExecutor.LaunchedProcess
ProcessExecutor.launchProcess(ProcessExecutorParams)
.Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getCommand() |
InputStream |
getStderr()
Input stream that maps into stderr of the process.
|
OutputStream |
getStdin()
Output stream that maps into stdin of the process.
|
InputStream |
getStdout()
Input stream that maps into stdout of the process.
|
boolean |
isAlive() |
boolean isAlive()
com.google.common.collect.ImmutableList<String> getCommand()
OutputStream getStdin()
InputStream getStdout()
InputStream getStderr()