Package org.jline.builtins
Class Completers.CompletionData
java.lang.Object
org.jline.builtins.Completers.CompletionData
- Enclosing class:
Completers
Holds data for command completion.
This class stores information about command options, descriptions, arguments, and conditions used for command completion.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
options
-
description
The description of the command or option -
argument
The argument specification for completion -
condition
The condition that must be satisfied for this completion to be applicable
-
-
Constructor Details
-
CompletionData
Creates a new CompletionData instance.- Parameters:
options- the list of command optionsdescription- the description of the command or optionargument- the argument specification for completioncondition- the condition that must be satisfied for this completion to be applicable
-