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 Process
public OutputStream getOutputStream()
getOutputStream
in class Process
public InputStream getInputStream()
getInputStream
in class Process
public int waitFor() throws InterruptedException
waitFor
in class Process
InterruptedException
public void setWindowSize(int x, int y) throws IOException
setWindowSize
in class org.kohsuke.ajaxterm.ProcessWithPty
IOException
public void kill(int signal) throws IOException
kill
in class org.kohsuke.ajaxterm.ProcessWithPty
IOException
Copyright © 2004-2013. All Rights Reserved.