All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCommandRegistry Abstract base class implementing common methods for command registries.ArgDesc Represents a command argument description used for generating command help and documentation.AutopairWidgets Creates and manages widgets that intelligently handle matching delimiters in the console.AutosuggestionWidgets Creates and manages widgets for as-you-type command line suggestions based on command history.Builtins Implementation of CommandRegistry that provides built-in commands for JLine.Builtins.Command Enumeration of built-in commands provided by this class.CmdDesc Represents a command description used for generating command help and documentation.CmdLine Represents a command line with its parsed components.CmdLine.DescriptionType Enumeration specifying the type of description that should be displayed for the command.CommandInput Encapsulates the input and output streams for a command execution.CommandMethods Class that encapsulates the execution and completion methods for a command.CommandRegistry Interface for registering, describing, and executing commands in a console application.CommandRegistry.CommandSession Class representing a command execution session.ConsoleEngine Interface for managing console variables, commands, and script execution in a console application.ConsoleEngine.ExecutionResult Class representing the result of executing a command.ConsoleEngine.WidgetCreator Class for creating widgets from console functions.ConsoleEngineImpl Manage console variables, commands and script execution.ConsoleEngineImpl.Command DefaultPrinter Default implementation of the Printer interface that provides syntax highlighting and formatting.JlineCommandRegistry CommandRegistry common methods for JLine commands that are using HelpException.Printer Interface for printing objects to the console with various formatting options.Printer.TableRows Enumeration specifying which rows in a table should be highlighted.ScriptEngine Interface for managing script engine variables, statements, and script execution.SimpleSystemRegistryImpl Simple SystemRegistry which stores variables in the LineReader.SystemHighlighter Highlighter implementation that provides syntax highlighting for commands and languages.SystemHighlighter.FileHighlightCommand SystemRegistry Interface for aggregating command registries and dispatching command executions in a console application.SystemRegistry.Registeries Class for managing the system registry store.SystemRegistryImpl Aggregate command registries.SystemRegistryImpl.CommandData SystemRegistryImpl.Pipe SystemRegistryImpl.UnknownCommandException TailTipWidgets Creates and manages widgets for as-you-type command line suggestions.TailTipWidgets.TipType Enumeration specifying the type of suggestions to display.Widgets Base class for creating custom widgets for JLine's LineReader.