public class POSIXProcess extends Process
Constructor and Description |
---|
POSIXProcess(Ruby runtime,
long finalPid) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getErrorStream() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
int |
status() |
int |
waitFor() |
destroyForcibly, isAlive, waitFor
public POSIXProcess(Ruby runtime, long finalPid)
public OutputStream getOutputStream()
getOutputStream
in class Process
public InputStream getInputStream()
getInputStream
in class Process
public InputStream getErrorStream()
getErrorStream
in class Process
public int waitFor() throws InterruptedException
waitFor
in class Process
InterruptedException
public int status()
Copyright © 2001-2016 JRuby. All Rights Reserved.