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
InterruptedExceptionint exitValue()
void destroy()
void setWindowSize(int x,
int y)
throws IOException
IOExceptionvoid kill(int signal)
throws IOException
IOExceptionCopyright © 2004-2013. All Rights Reserved.