Class AbstractExecPty
java.lang.Object
org.aesh.terminal.tty.impl.AbstractExecPty
- All Implemented Interfaces:
Closeable, AutoCloseable, Pty
-
Constructor Details
-
AbstractExecPty
-
-
Method Details
-
getName
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getMasterInput
Description copied from interface:PtyReturns the master side input stream.- Specified by:
getMasterInputin interfacePty- Returns:
- the master input stream
-
getMasterOutput
Description copied from interface:PtyReturns the master side output stream.- Specified by:
getMasterOutputin interfacePty- Returns:
- the master output stream
-
exec
- Throws:
IOException
-