Module org.jline.console
module org.jline.console
JLine Console Module.
This module provides a high-level console interface that combines the functionality of the terminal, reader, and builtins modules into a unified console experience.
The console module is designed to be the main entry point for applications that want to provide a complete interactive command-line interface with built-in commands, syntax highlighting, and advanced terminal features.
Public API Packages
org.jline.console- Core console interfaces and classes for command registration, execution, and descriptionorg.jline.console.impl- Implementation classes includingSystemRegistryImpl,Builtins, andConsoleEngineImplorg.jline.widget- Widget implementations for enhanced line reader functionality includingTailTipWidgets,AutopairWidgets, andAutosuggestionWidgets
-
Packages
ExportsPackageDescriptionJLine Console package provides a framework for building interactive command-line applications.JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.