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 classA completer that accepts any input.static classA completer implementation that provides command and argument completion.static classHolds data for command completion.static interfaceInterface defining the environment for command completion.static classA completer for directory names.static classA file name completer takes the buffer and issues a list of potential completions.static classA completer for file names.static classDescribes a command-line option for completion.static classA completer for command options and arguments.static classA completer that uses regular expressions to match command patterns.static classA completer that supports hierarchical command structures. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Completers
public Completers()
-