public class DelegatingOverthereProcess extends Object implements com.xebialabs.overthere.OverthereProcess
| Modifier and Type | Field and Description |
|---|---|
protected com.xebialabs.overthere.OverthereProcess |
base |
| Constructor and Description |
|---|
DelegatingOverthereProcess(com.xebialabs.overthere.OverthereProcess base) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getStderr() |
OutputStream |
getStdin() |
InputStream |
getStdout() |
int |
waitFor() |
public DelegatingOverthereProcess(com.xebialabs.overthere.OverthereProcess base)
public OutputStream getStdin()
getStdin in interface com.xebialabs.overthere.OverthereProcesspublic InputStream getStdout()
getStdout in interface com.xebialabs.overthere.OverthereProcesspublic InputStream getStderr()
getStderr in interface com.xebialabs.overthere.OverthereProcesspublic int waitFor()
throws InterruptedException
waitFor in interface com.xebialabs.overthere.OverthereProcessInterruptedExceptionpublic void destroy()
destroy in interface com.xebialabs.overthere.OverthereProcesspublic int exitValue()
throws IllegalThreadStateException
exitValue in interface com.xebialabs.overthere.OverthereProcessIllegalThreadStateExceptionCopyright © 2004-2013. All Rights Reserved.