- CALLBACK_FINISH - Static variable in interface org.jline.reader.LineReader
-
- CALLBACK_INIT - Static variable in interface org.jline.reader.LineReader
-
- CALLBACK_KEYMAP - Static variable in interface org.jline.reader.LineReader
-
- callWidget(String) - Method in class org.jline.reader.impl.LineReaderImpl
-
- callWidget(String) - Method in interface org.jline.reader.LineReader
-
- Candidate - Class in org.jline.reader
-
A completion candidate.
- Candidate(String) - Constructor for class org.jline.reader.Candidate
-
Simple constructor with only a single String as an argument.
- Candidate(String, String, String, String, String, String, boolean) - Constructor for class org.jline.reader.Candidate
-
Constructs a new Candidate.
- candidates - Variable in class org.jline.reader.impl.completer.StringsCompleter
-
- canRedo() - Method in class org.jline.reader.impl.UndoTree
-
- canUndo() - Method in class org.jline.reader.impl.UndoTree
-
- CAPITALIZE_WORD - Static variable in interface org.jline.reader.LineReader
-
- capitalizeWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- CHARACTER_SEARCH - Static variable in interface org.jline.reader.LineReader
-
- CHARACTER_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
-
- cleanup() - Method in class org.jline.reader.impl.LineReaderImpl
-
- clear() - Method in interface org.jline.reader.Buffer
-
- clear() - Method in class org.jline.reader.impl.BufferImpl
-
- clear() - Method in class org.jline.reader.impl.LineReaderImpl
-
Clean the used display
- clear() - Method in class org.jline.reader.impl.UndoTree
-
- CLEAR - Static variable in interface org.jline.reader.LineReader
-
- CLEAR_SCREEN - Static variable in interface org.jline.reader.LineReader
-
- clearChoices() - Method in class org.jline.reader.impl.LineReaderImpl
-
- clearScreen() - Method in class org.jline.reader.impl.LineReaderImpl
-
Clear the screen by issuing the ANSI "clear screen" code.
- column() - Method in exception org.jline.reader.SyntaxError
-
- commandGroup(int) - Method in class org.jline.reader.impl.DefaultParser
-
- commandsBuffer - Variable in class org.jline.reader.impl.LineReaderImpl
-
- COMMENT_BEGIN - Static variable in interface org.jline.reader.LineReader
-
- compareTo(Candidate) - Method in class org.jline.reader.Candidate
-
- compile() - Method in class org.jline.reader.impl.completer.SystemCompleter
-
- complete() - Method in class org.jline.reader.Candidate
-
Boolean indicating whether this candidate is complete or
if the completer may further expand the candidate value
after this candidate has been selected.
- complete(LineReader, ParsedLine, List<Candidate>) - Method in interface org.jline.reader.Completer
-
Populates candidates with a list of possible completions for the command line.
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.reader.impl.completer.AggregateCompleter
-
Perform a completion operation across all aggregated completers.
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.reader.impl.completer.ArgumentCompleter
-
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.reader.impl.completer.FileNameCompleter
-
Deprecated.
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.reader.impl.completer.NullCompleter
-
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.reader.impl.completer.StringsCompleter
-
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.reader.impl.completer.SystemCompleter
-
- COMPLETE_PREFIX - Static variable in interface org.jline.reader.LineReader
-
- COMPLETE_WORD - Static variable in interface org.jline.reader.LineReader
-
- completePrefix() - Method in class org.jline.reader.impl.LineReaderImpl
-
- Completer - Interface in org.jline.reader
-
A completer is the mechanism by which tab-completion candidates will be resolved.
- completer - Variable in class org.jline.reader.impl.LineReaderImpl
-
- completer(Completer) - Method in class org.jline.reader.LineReaderBuilder
-
- completeWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- CompletingParsedLine - Interface in org.jline.reader
-
An extension of
ParsedLine that, being aware of the quoting and escaping rules
of the
Parser that produced it, knows if and how a completion candidate
should be escaped/quoted.
- COMPLETION_COLOR_DESCRIPTION - Static variable in interface org.jline.reader.LineReader
-
- COMPLETION_COLOR_STARTING - Static variable in interface org.jline.reader.LineReader
-
- COMPLETION_LIST_BACKGROUND_COLOR - Static variable in interface org.jline.reader.LineReader
-
Completion list background color
- COMPLETION_STYLE_DESCRIPTION - Static variable in interface org.jline.reader.LineReader
-
Completion style for displaying the candidate description
- COMPLETION_STYLE_GROUP - Static variable in interface org.jline.reader.LineReader
-
Completion style for displaying groups name
- COMPLETION_STYLE_SELECTION - Static variable in interface org.jline.reader.LineReader
-
Completion style for displaying the current selected item
- COMPLETION_STYLE_STARTING - Static variable in interface org.jline.reader.LineReader
-
Completion style for displaying the matching part of candidates
- computePost(List<Candidate>, Candidate, List<Candidate>, String) - Method in class org.jline.reader.impl.LineReaderImpl
-
- computePost(List<Candidate>, Candidate, List<Candidate>, String, Function<String, Integer>, int, boolean, boolean, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
-
- copy() - Method in interface org.jline.reader.Buffer
-
- copy() - Method in class org.jline.reader.impl.BufferImpl
-
- COPY_PREV_WORD - Static variable in interface org.jline.reader.LineReader
-
- COPY_REGION_AS_KILL - Static variable in interface org.jline.reader.LineReader
-
- copyFrom(Buffer) - Method in interface org.jline.reader.Buffer
-
- copyFrom(Buffer) - Method in class org.jline.reader.impl.BufferImpl
-
- copyPrevWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- copyRegionAsKill() - Method in class org.jline.reader.impl.LineReaderImpl
-
- count - Variable in class org.jline.reader.impl.LineReaderImpl
-
- createEntry(int, Instant, String) - Method in class org.jline.reader.impl.history.DefaultHistory
-
Create a history entry.
- ctrl(char) - Static method in class org.jline.keymap.KeyMap
-
- currChar() - Method in interface org.jline.reader.Buffer
-
- currChar(int) - Method in interface org.jline.reader.Buffer
-
- currChar(int) - Method in class org.jline.reader.impl.BufferImpl
-
- currChar() - Method in class org.jline.reader.impl.BufferImpl
-
- current() - Method in interface org.jline.reader.History
-
Return the content of the current buffer.
- current() - Method in class org.jline.reader.impl.history.DefaultHistory
-
Return the content of the current buffer.
- cursor() - Method in interface org.jline.reader.Buffer
-
- cursor(int) - Method in interface org.jline.reader.Buffer
-
- cursor() - Method in class org.jline.reader.impl.BufferImpl
-
- cursor(int) - Method in class org.jline.reader.impl.BufferImpl
-
Move the cursor position to the specified absolute index.
- cursor() - Method in class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
-
- cursor() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
-
- cursor() - Method in interface org.jline.reader.ParsedLine
-
The cursor position within the line.
- validCommandName(String) - Method in class org.jline.reader.impl.DefaultParser
-
- validCommandName(String) - Method in interface org.jline.reader.Parser
-
- validVariableName(String) - Method in class org.jline.reader.impl.DefaultParser
-
- validVariableName(String) - Method in interface org.jline.reader.Parser
-
- value() - Method in class org.jline.reader.Candidate
-
The value that will be used for the actual completion.
- valueOf(String) - Static method in enum org.jline.reader.impl.DefaultParser.Bracket
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.BellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.CompletionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.ViMoveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.LineReader.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.LineReader.RegionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.LineReader.SuggestionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.Parser.ParseContext
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jline.reader.impl.DefaultParser.Bracket
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.BellType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.CompletionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.ViMoveMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.LineReader.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.LineReader.RegionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.LineReader.SuggestionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.Parser.ParseContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable(String, Object) - Method in class org.jline.reader.impl.LineReaderImpl
-
- variable(String, Object) - Method in interface org.jline.reader.LineReader
-
- variable(String, Object) - Method in class org.jline.reader.LineReaderBuilder
-
- variables - Variable in class org.jline.reader.impl.LineReaderImpl
-
- variables(Map<String, Object>) - Method in class org.jline.reader.LineReaderBuilder
-
- VI_ADD_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_ADD_NEXT - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_BLANK_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_BLANK_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_DELETE_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_KILL_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_BEGINNING_OF_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_CHANGE - Static variable in interface org.jline.reader.LineReader
-
- VI_CHANGE_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_CHANGE_WHOLE_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_CMD_MODE - Static variable in interface org.jline.reader.LineReader
-
- VI_DELETE - Static variable in interface org.jline.reader.LineReader
-
- VI_DELETE_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_DIGIT_OR_BEGINNING_OF_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_DOWN_LINE_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
-
- VI_END_OF_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_FETCH_HISTORY - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_NEXT_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_NEXT_CHAR_SKIP - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_PREV_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_PREV_CHAR_SKIP - Static variable in interface org.jline.reader.LineReader
-
- VI_FIRST_NON_BLANK - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_BLANK_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_BLANK_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_GOTO_COLUMN - Static variable in interface org.jline.reader.LineReader
-
- VI_HISTORY_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
-
- VI_HISTORY_SEARCH_FORWARD - Static variable in interface org.jline.reader.LineReader
-
- VI_INSERT - Static variable in interface org.jline.reader.LineReader
-
- VI_INSERT_BOL - Static variable in interface org.jline.reader.LineReader
-
- VI_INSERT_COMMENT - Static variable in interface org.jline.reader.LineReader
-
- VI_JOIN - Static variable in interface org.jline.reader.LineReader
-
- VI_KILL_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_KILL_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_MATCH_BRACKET - Static variable in interface org.jline.reader.LineReader
-
- VI_OPEN_LINE_ABOVE - Static variable in interface org.jline.reader.LineReader
-
- VI_OPEN_LINE_BELOW - Static variable in interface org.jline.reader.LineReader
-
- VI_OPER_SWAP_CASE - Static variable in interface org.jline.reader.LineReader
-
- VI_PUT_AFTER - Static variable in interface org.jline.reader.LineReader
-
- VI_PUT_BEFORE - Static variable in interface org.jline.reader.LineReader
-
- VI_QUOTED_INSERT - Static variable in interface org.jline.reader.LineReader
-
- VI_REPEAT_CHANGE - Static variable in interface org.jline.reader.LineReader
-
- VI_REPEAT_FIND - Static variable in interface org.jline.reader.LineReader
-
- VI_REPEAT_SEARCH - Static variable in interface org.jline.reader.LineReader
-
- VI_REPLACE - Static variable in interface org.jline.reader.LineReader
-
- VI_REPLACE_CHARS - Static variable in interface org.jline.reader.LineReader
-
- VI_REV_REPEAT_FIND - Static variable in interface org.jline.reader.LineReader
-
- VI_REV_REPEAT_SEARCH - Static variable in interface org.jline.reader.LineReader
-
- VI_SET_BUFFER - Static variable in interface org.jline.reader.LineReader
-
- VI_SUBSTITUTE - Static variable in interface org.jline.reader.LineReader
-
- VI_SWAP_CASE - Static variable in interface org.jline.reader.LineReader
-
- VI_UNDO_CHANGE - Static variable in interface org.jline.reader.LineReader
-
- VI_UP_LINE_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
-
- VI_YANK - Static variable in interface org.jline.reader.LineReader
-
- VI_YANK_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_YANK_WHOLE_LINE - Static variable in interface org.jline.reader.LineReader
-
- viAddEol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viAddNext() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardBlankWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardBlankWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardDeleteChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
Deletes the previous character from the cursor position
- viBackwardKillWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBeginningOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChange() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChange(int, int) - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChangeEol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChangeWholeLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viCmd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- VICMD - Static variable in interface org.jline.reader.LineReader
-
- viCmdMode() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDelete() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDeleteChangeYankToRemap(String) - Method in class org.jline.reader.impl.LineReaderImpl
-
This method is calling while doing a delete-to ("d"), change-to ("c"),
or yank-to ("y") and it filters out only those movement operations
that are allowable during those operations.
- viDeleteChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
Deletes the character you are sitting on and sucks the rest of
the line in from the right.
- viDeleteTo(int, int) - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDigitOrBeginningOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDownLineOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viEndOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindNextChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindNextCharSkip() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindPrevChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindPrevCharSkip() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFirstNonBlank() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardBlankWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardBlankWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viHistorySearchBackward() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viHistorySearchForward() - Method in class org.jline.reader.impl.LineReaderImpl
-
Implements vi search ("/" or "?").
- VIINS - Static variable in interface org.jline.reader.LineReader
-
- viInsert() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viInsertBol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viInsertComment() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viInsertion() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viJoin() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viKillEol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viKillWholeLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viMatchBracket() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viMoveMode - Variable in class org.jline.reader.impl.LineReaderImpl
-
- viOpenLineAbove() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viOpenLineBelow() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viOpp() - Method in class org.jline.reader.impl.LineReaderImpl
-
- VIOPP - Static variable in interface org.jline.reader.LineReader
-
- viPutAfter() - Method in class org.jline.reader.impl.LineReaderImpl
-
Pasts the yank buffer to the right of the current cursor position
and moves the cursor to the end of the pasted region.
- viPutBefore() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viRepeatFind() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viRepeatSearch() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viReplaceChars() - Method in class org.jline.reader.impl.LineReaderImpl
-
Implements the vi change character command (in move-mode "r"
followed by the character to change to).
- viRevRepeatFind() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viRevRepeatSearch() - Method in class org.jline.reader.impl.LineReaderImpl
-
- visual() - Method in class org.jline.reader.impl.LineReaderImpl
-
- VISUAL - Static variable in interface org.jline.reader.LineReader
-
- VISUAL_LINE_MODE - Static variable in interface org.jline.reader.LineReader
-
- VISUAL_MODE - Static variable in interface org.jline.reader.LineReader
-
- visualLineMode() - Method in class org.jline.reader.impl.LineReaderImpl
-
- visualMode() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viSwapCase() - Method in class org.jline.reader.impl.LineReaderImpl
-
Switches the case of the current character from upper to lower
or lower to upper as necessary and advances the cursor one
position to the right.
- viUpLineOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viYankTo() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viYankTo(int, int) - Method in class org.jline.reader.impl.LineReaderImpl
-
Implement the "vi" yank-to operation.
- viYankWholeLine() - Method in class org.jline.reader.impl.LineReaderImpl
-