Uses of Interface
org.aesh.terminal.tty.impl.Pty
Packages that use Pty
-
Uses of Pty in org.aesh.terminal.tty.impl
Classes in org.aesh.terminal.tty.impl that implement PtyModifier and TypeClassDescriptionclassPTY implementation for Cygwin environments on Windows.classPTY implementation that uses external commands (stty, tty) to interact with the terminal.Fields in org.aesh.terminal.tty.impl declared as PtyModifier and TypeFieldDescriptionprotected final PtyAbstractPosixTerminal.ptyThe pseudo-terminal device for this terminal.Methods in org.aesh.terminal.tty.impl that return PtyModifier and TypeMethodDescriptionstatic PtyCygwinPty.current()Returns the PTY for the current terminal.static PtyExecPty.current()Returns the PTY for the current terminal.protected PtyAbstractPosixTerminal.getPty()Returns the pseudo-terminal device associated with this terminal.Constructors in org.aesh.terminal.tty.impl with parameters of type PtyModifierConstructorDescriptionAbstractPosixTerminal(String name, String type, Pty pty) Creates a new POSIX terminal with the specified name, type, and PTY.PosixSysTerminal(String name, String type, Pty pty, boolean nativeSignals) Constructs a PosixSysTerminal with the specified parameters.