Uses of Package
org.jline.builtins
Packages that use org.jline.builtins
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
JLine Console package provides a framework for building interactive command-line applications.
-
Classes in org.jline.builtins used by org.jline.builtinsClassDescriptionA completer that accepts any input.Holds data for command completion.Interface defining the environment for command completion.A file name completer takes the buffer and issues a list of potential completions.Describes a command-line option for completion.Represents a node in the completion tree.Manages configuration file paths for JLine applications.A terminal pager similar to the 'less' Unix command.Interface representing a diagnostic message for code in the editor.A GNU-style long options parser that is configured by parsing its usage string.Exception thrown when using the
--helpoption on a built-in command.Interface for executing shell commands in watch.Context for command execution, providing I/O streams and current directory.Registry for POSIX commands that provides a convenient way to register and execute POSIX commands in JLine applications.Functional interface for command implementations that can throw exceptions.A virtual terminal screen implementation.Interface representing a source of data that can be read.A Source implementation that reads from an InputStream.A Swing-based terminal implementation that extends LineDisciplineTerminal.JComponent that renders the terminal display.Java implementation of a syntax highlighter based on nanorc format.A web-based terminal implementation that extends LineDisciplineTerminal.The inner WebTerminalComponent that contains the original ScreenTerminal-based implementation. -
Classes in org.jline.builtins used by org.jline.console
-
Classes in org.jline.builtins used by org.jline.console.implClassDescriptionDescribes a command-line option for completion.Manages configuration file paths for JLine applications.Interface for retrieving console options.A GNU-style long options parser that is configured by parsing its usage string.Exception thrown when using the
--helpoption on a built-in command.Java implementation of a syntax highlighter based on nanorc format.