Module org.jline.terminal
module org.jline.terminal
JLine Terminal Module.
This module provides the core terminal abstraction and functionality. It defines the Terminal interface and basic implementations, along with the service provider interface for terminal providers.
Terminal providers are loaded via the standard ServiceLoader mechanism. This module uses terminal provider implementations but does not provide any concrete providers itself - those are provided by separate modules like jline-terminal-jni, etc.
-
Packages
ExportsPackageDescriptionJLine Terminal API - Core abstractions for terminal operations across different platforms.JLine Terminal implementation classes.Implementation of terminal functionality using external command-line utilities.JLine Terminal Service Provider Interface (SPI).JLine utility classes.