All Classes and Interfaces
Class
Description
Abstract base class implementing common methods for command registries.
Represents a command argument description used for generating command help and documentation.
Creates and manages widgets that intelligently handle matching delimiters in the console.
Creates and manages widgets for as-you-type command line suggestions based on command history.
Implementation of CommandRegistry that provides built-in commands for JLine.
Enumeration of built-in commands provided by this class.
Represents a command description used for generating command help and documentation.
Represents a command line with its parsed components.
Enumeration specifying the type of description that should be displayed for the command.
Encapsulates the input and output streams for a command execution.
Class that encapsulates the execution and completion methods for a command.
Interface for registering, describing, and executing commands in a console application.
Class representing a command execution session.
Interface for managing console variables, commands, and script execution in a console application.
Class representing the result of executing a command.
Class for creating widgets from console functions.
Manage console variables, commands and script execution.
Default implementation of the Printer interface that provides syntax highlighting and formatting.
CommandRegistry common methods for JLine commands that are using HelpException.
Interface for printing objects to the console with various formatting options.
Enumeration specifying which rows in a table should be highlighted.
Interface for managing script engine variables, statements, and script execution.
Simple SystemRegistry which stores variables in the LineReader.
Highlighter implementation that provides syntax highlighting for commands and languages.
Interface for aggregating command registries and dispatching command executions in a console application.
Class for managing the system registry store.
Aggregate command registries.
Creates and manages widgets for as-you-type command line suggestions.
Enumeration specifying the type of suggestions to display.
Base class for creating custom widgets for JLine's LineReader.