- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
CommandControl,ShellControl
-
Method Details
-
withExceptionConverter
-
resetData
void resetData() -
getStdoutReader
ExecutorService getStdoutReader() -
getStderrReader
ExecutorService getStderrReader() -
prepareTerminalOpen
- Throws:
Exception
-
closeStdin
- Throws:
IOException
-
isStdinClosed
boolean isStdinClosed() -
isRunning
boolean isRunning() -
getShellDialect
ShellDialect getShellDialect() -
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()
-