public interface IProcess
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() |
OutputStream getOutputStream()
InputStream getInputStream()
InputStream getErrorStream()
int waitFor() throws InterruptedException
InterruptedException
int exitValue()
void destroy()
void setWindowSize(int x, int y) throws IOException
IOException
void kill(int signal) throws IOException
IOException
Copyright © 2004-2013. All Rights Reserved.