Package org.jline.terminal.impl
Class AbstractPty
java.lang.Object
org.jline.terminal.impl.AbstractPty
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Pty
- Direct Known Subclasses:
ExecPty
,JansiNativePty
,JnaNativePty
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface
(package private) static class
(package private) class
(package private) static class
Reflection based file descriptor creator. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Attributes
private static AbstractPty.FileDescriptorCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected abstract InputStream
protected abstract void
doSetAttr
(Attributes attr) protected static FileDescriptor
newDescriptor
(int fd) void
setAttr
(Attributes attr) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jline.terminal.spi.Pty
getAttr, getMasterInput, getMasterOutput, getSize, getSlaveOutput, setSize
-
Field Details
-
current
-
fileDescriptorCreator
-
-
Constructor Details
-
AbstractPty
public AbstractPty()
-
-
Method Details
-
setAttr
- Specified by:
setAttr
in interfacePty
- Throws:
IOException
-
getSlaveInput
- Specified by:
getSlaveInput
in interfacePty
- Throws:
IOException
-
doSetAttr
- Throws:
IOException
-
doGetSlaveInput
- Throws:
IOException
-
checkInterrupted
- Throws:
InterruptedIOException
-
newDescriptor
-