Package org.jline.terminal.spi
JLine Terminal Service Provider Interface (SPI).
This package contains interfaces that define the Service Provider Interface (SPI)
for terminal implementations. These interfaces allow for pluggable terminal
implementations across different platforms and environments.
- Since:
- 3.0
-
Interface Summary Interface Description Pty Represents a pseudoterminal (PTY) that provides terminal emulation.TerminalExt Extended Terminal interface that provides access to internal implementation details.TerminalProvider Service provider interface for terminal implementations. -
Enum Summary Enum Description SystemStream Represents the standard system streams available in a terminal environment.