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
--help
option on a built-in command.Interface representing a source of data that can be read.A Source implementation that reads from an InputStream.Java implementation of a syntax highlighter based on nanorc format. -
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
--help
option on a built-in command.Java implementation of a syntax highlighter based on nanorc format.