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

  • Packages

    Exports
    Package
    Description
    JLine 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.