Package org.jline.builtins
Class Completers
java.lang.Object
org.jline.builtins.Completers
Provides a collection of completion-related classes and utilities for JLine applications.
This class contains various completer implementations that can be used to provide tab-completion functionality in command-line applications. These include:
- Command and argument completion
- File and directory name completion
- Tree-based completion
- Regular expression-based completion
- Command option completion
These completers can be combined and configured to provide sophisticated completion behavior for command-line interfaces.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A completer that accepts any input.static class
A completer implementation that provides command and argument completion.static class
Holds data for command completion.static interface
Interface defining the environment for command completion.static class
A completer for directory names.static class
A file name completer takes the buffer and issues a list of potential completions.static class
A completer for file names.static class
Describes a command-line option for completion.static class
A completer for command options and arguments.static class
A completer that uses regular expressions to match command patterns.static class
A completer that supports hierarchical command structures. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Completers
public Completers()
-