- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
CommandProcessControl,ShellProcessControl
-
Method Details
-
prepareTerminalOpen
- Throws:
Exception
-
closeStdin
- Throws:
IOException
-
isStdinClosed
boolean isStdinClosed() -
isRunning
boolean isRunning() -
getShellType
ShellType getShellType() -
writeLine
- Throws:
IOException
-
write
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
kill
- Throws:
Exception
-
start
- Throws:
Exception
-
getStdout
InputStream getStdout() -
getStdin
OutputStream getStdin() -
getStderr
InputStream getStderr() -
getCharset
Charset getCharset()
-