All Classes and Interfaces
Class
Description
Abstract base class implementing common methods for command registries.
Deprecated.
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.
Deprecated.
Deprecated.
Enumeration specifying the type of description that should be displayed for the command.
Adapts an old
CommandRegistry to the new CommandGroup interface.Deprecated.
Deprecated.
Deprecated.
Class representing a command execution session.
Adapts a new
CommandGroup to the old CommandRegistry interface.Factory that creates a
CommandDispatcher backed by the legacy console
infrastructure (SystemRegistryImpl, Builtins, and optionally
ConsoleEngineImpl).Deprecated.
Class representing the result of executing a command.
Class for creating widgets from console functions.
Manage console variables, commands and script execution.
A
LineExpander backed by a ConsoleEngine's parameter expansion.Default implementation of the Printer interface that provides syntax highlighting and formatting.
Converts between old console description types and new shell description types.
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.
Deprecated.
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.