Uses of Package
org.jline.console
-
Packages that use org.jline.console Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl org.jline.widget JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader. -
Classes in org.jline.console used by org.jline.console Class Description ArgDesc Represents a command argument description used for generating command help and documentation.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.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.Printer.TableRows Enumeration specifying which rows in a table should be highlighted.SystemRegistry Interface for aggregating command registries and dispatching command executions in a console application.SystemRegistry.Registeries Class for managing the system registry store. -
Classes in org.jline.console used by org.jline.console.impl Class Description CmdDesc Represents a command description used for generating command help and documentation.CmdLine Represents a command line with its parsed components.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.Printer Interface for printing objects to the console with various formatting options.ScriptEngine Interface for managing script engine variables, statements, and script execution.SystemRegistry Interface for aggregating command registries and dispatching command executions in a console application. -
Classes in org.jline.console used by org.jline.widget Class Description CmdDesc Represents a command description used for generating command help and documentation.CmdLine Represents a command line with its parsed components.