Uses of Package
org.jline.shell
Packages that use org.jline.shell
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
Widgets for the JLine shell API.
-
Classes in org.jline.shell used by org.jline.builtinsClassDescriptionRepresents a single executable command in the shell.A named group of
Commands for organization and discovery. -
Classes in org.jline.shell used by org.jline.console.implClassDescriptionDescribes a command argument with a name and optional description.Represents a single executable command in the shell.Describes a command for help display and widget integration.Central dispatcher that aggregates
CommandGroups and handles command resolution, execution, and completion.A named group ofCommands for organization and discovery.Represents a parsed command line with its components.Encapsulates the execution context for a command, including the terminal, I/O streams, session variables, working directory, and job state.Expands variables and other expressions in a command line before parsing. -
Classes in org.jline.shell used by org.jline.shellClassDescriptionManages command aliases for the shell.Describes a command argument with a name and optional description.Represents a single executable command in the shell.Describes a command for help display and widget integration.Builder for
CommandDescriptioninstances.Central dispatcher that aggregatesCommandGroups and handles command resolution, execution, and completion.A named group ofCommands for organization and discovery.Represents a parsed command line with its components.The type of description that should be displayed.Encapsulates the execution context for a command, including the terminal, I/O streams, session variables, working directory, and job state.Represents a job in the shell's job control system.Job lifecycle status.Listener for job status changes.Manages jobs in the shell's job control system.Expands variables and other expressions in a command line before parsing.Represents a pipeline of commands connected by operators such as pipes, redirections, and conditional connectors.Operators that connect commands in a pipeline.A single stage in a pipeline, consisting of a command line and the operator that follows it.Fluent builder for constructingPipelineinstances programmatically.Executes a script file line by line through aCommandDispatcher.An interactive shell that runs a read-eval-print loop (REPL) using aCommandDispatcherfor command execution.Builder for creatingShellinstances. -
Classes in org.jline.shell used by org.jline.shell.implClassDescriptionManages command aliases for the shell.Represents a single executable command in the shell.Describes a command for help display and widget integration.Central dispatcher that aggregates
CommandGroups and handles command resolution, execution, and completion.A named group ofCommands for organization and discovery.Represents a parsed command line with its components.Encapsulates the execution context for a command, including the terminal, I/O streams, session variables, working directory, and job state.Represents a job in the shell's job control system.Job lifecycle status.Listener for job status changes.Manages jobs in the shell's job control system.Expands variables and other expressions in a command line before parsing.Represents a pipeline of commands connected by operators such as pipes, redirections, and conditional connectors.Operators that connect commands in a pipeline.A single stage in a pipeline, consisting of a command line and the operator that follows it.Executes a script file line by line through aCommandDispatcher. -
Classes in org.jline.shell used by org.jline.shell.widgetClassDescriptionDescribes a command for help display and widget integration.Central dispatcher that aggregates
CommandGroups and handles command resolution, execution, and completion.Represents a parsed command line with its components.