public class ProcessWithFakePty
extends org.kohsuke.ajaxterm.ProcessWithPty
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getErrorStream() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
void |
kill(int signal) |
void |
setWindowSize(int x,
int y) |
int |
waitFor() |
public InputStream getErrorStream()
getErrorStream in class Processpublic OutputStream getOutputStream()
getOutputStream in class Processpublic InputStream getInputStream()
getInputStream in class Processpublic int waitFor()
throws InterruptedException
waitFor in class ProcessInterruptedExceptionpublic void setWindowSize(int x,
int y)
throws IOException
setWindowSize in class org.kohsuke.ajaxterm.ProcessWithPtyIOExceptionpublic void kill(int signal)
throws IOException
kill in class org.kohsuke.ajaxterm.ProcessWithPtyIOExceptionCopyright © 2004-2013. All Rights Reserved.