Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Y 

A

accept(Path) - Method in class org.jline.reader.impl.completer.FileNameCompleter
Deprecated.
 
ACCEPT_LINE - Static variable in interface org.jline.reader.LineReader
 
acceptLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
add(String) - Method in interface org.jline.reader.History
 
add(Instant, String) - Method in interface org.jline.reader.History
 
add(Instant, String) - Method in class org.jline.reader.impl.history.DefaultHistory
 
add(String) - Method in class org.jline.reader.impl.KillRing
Adds the string to the kill-ring.
addBackwards(String) - Method in class org.jline.reader.impl.KillRing
Adds the string to the kill-ring product of killing backwards.
AggregateCompleter - Class in org.jline.reader.impl.completer
Completer which contains multiple completers and aggregates them together.
AggregateCompleter(Completer...) - Constructor for class org.jline.reader.impl.completer.AggregateCompleter
Construct an AggregateCompleter with the given completers.
AggregateCompleter(Collection<Completer>) - Constructor for class org.jline.reader.impl.completer.AggregateCompleter
Construct an AggregateCompleter with the given completers.
alt(char) - Static method in class org.jline.keymap.KeyMap
 
alt(String) - Static method in class org.jline.keymap.KeyMap
 
AMBIGUOUS_BINDING - Static variable in interface org.jline.reader.LineReader
Timeout for ambiguous key sequences.
apply() - Method in interface org.jline.reader.Widget
 
appName - Variable in class org.jline.reader.impl.LineReaderImpl
The application name
appName(String) - Method in class org.jline.reader.LineReaderBuilder
 
ARGUMENT_BASE - Static variable in interface org.jline.reader.LineReader
 
argumentBase() - Method in class org.jline.reader.impl.LineReaderImpl
 
ArgumentCompleter - Class in org.jline.reader.impl.completer
A Completer implementation that invokes a child completer using the appropriate separator argument.
ArgumentCompleter(Collection<Completer>) - Constructor for class org.jline.reader.impl.completer.ArgumentCompleter
Create a new completer.
ArgumentCompleter(Completer...) - Constructor for class org.jline.reader.impl.completer.ArgumentCompleter
Create a new completer.
ArgumentCompleter.ArgumentLine - Class in org.jline.reader.impl.completer
 
ArgumentLine(String, int) - Constructor for class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
ArgumentList(String, List<String>, int, int, int) - Constructor for class org.jline.reader.impl.DefaultParser.ArgumentList
Deprecated.
ArgumentList(String, List<String>, int, int, int, String, int, int) - Constructor for class org.jline.reader.impl.DefaultParser.ArgumentList
 
atChar(int) - Method in interface org.jline.reader.Buffer
 
atChar(int) - Method in class org.jline.reader.impl.BufferImpl
 
attach(LineReader) - Method in interface org.jline.reader.History
Initialize the history for the given reader.
attach(LineReader) - Method in class org.jline.reader.impl.history.DefaultHistory
 

B

backspace() - Method in interface org.jline.reader.Buffer
 
backspace(int) - Method in interface org.jline.reader.Buffer
 
backspace(int) - Method in class org.jline.reader.impl.BufferImpl
Issue num backspaces.
backspace() - Method in class org.jline.reader.impl.BufferImpl
Issue a backspace.
BACKWARD_CHAR - Static variable in interface org.jline.reader.LineReader
 
BACKWARD_DELETE_CHAR - Static variable in interface org.jline.reader.LineReader
 
BACKWARD_DELETE_WORD - Static variable in interface org.jline.reader.LineReader
 
BACKWARD_KILL_LINE - Static variable in interface org.jline.reader.LineReader
 
BACKWARD_KILL_WORD - Static variable in interface org.jline.reader.LineReader
 
BACKWARD_WORD - Static variable in interface org.jline.reader.LineReader
 
backwardChar() - Method in class org.jline.reader.impl.LineReaderImpl
 
backwardDeleteChar() - Method in class org.jline.reader.impl.LineReaderImpl
 
backwardDeleteWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
backwardKillLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
backwardKillWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
backwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
beep() - Method in class org.jline.reader.impl.LineReaderImpl
Issue an audible keyboard bell.
BEEP - Static variable in interface org.jline.reader.LineReader
 
BEGIN_PASTE - Static variable in interface org.jline.reader.LineReader
 
BEGINNING_OF_BUFFER_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
 
BEGINNING_OF_HISTORY - Static variable in interface org.jline.reader.LineReader
 
BEGINNING_OF_LINE - Static variable in interface org.jline.reader.LineReader
 
BEGINNING_OF_LINE_HIST - Static variable in interface org.jline.reader.LineReader
 
beginningOfBufferOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
beginningOfHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
beginningOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
beginningOfLineHist() - Method in class org.jline.reader.impl.LineReaderImpl
 
beginPaste() - Method in class org.jline.reader.impl.LineReaderImpl
 
BELL_STYLE - Static variable in interface org.jline.reader.LineReader
 
bind(T, CharSequence...) - Method in class org.jline.keymap.KeyMap
 
bind(T, Iterable<? extends CharSequence>) - Method in class org.jline.keymap.KeyMap
 
bind(T, CharSequence) - Method in class org.jline.keymap.KeyMap
 
BIND_TTY_SPECIAL_CHARS - Static variable in interface org.jline.reader.LineReader
 
bindIfNotBound(T, CharSequence) - Method in class org.jline.keymap.KeyMap
 
Binding - Interface in org.jline.reader
Marker interface for objects bound to key sequences.
BindingReader - Class in org.jline.keymap
The BindingReader will transform incoming chars into key bindings
BindingReader(NonBlockingReader) - Constructor for class org.jline.keymap.BindingReader
 
bindingReader - Variable in class org.jline.reader.impl.LineReaderImpl
 
BLINK_MATCHING_PAREN - Static variable in interface org.jline.reader.LineReader
 
BRACKETED_PASTE_BEGIN - Static variable in class org.jline.reader.impl.LineReaderImpl
 
BRACKETED_PASTE_END - Static variable in class org.jline.reader.impl.LineReaderImpl
 
BRACKETED_PASTE_OFF - Static variable in class org.jline.reader.impl.LineReaderImpl
 
BRACKETED_PASTE_ON - Static variable in class org.jline.reader.impl.LineReaderImpl
 
buf - Variable in class org.jline.reader.impl.LineReaderImpl
 
Buffer - Interface in org.jline.reader
 
BufferImpl - Class in org.jline.reader.impl
A holder for a StringBuilder that also contains the current cursor position.
BufferImpl() - Constructor for class org.jline.reader.impl.BufferImpl
 
BufferImpl(int) - Constructor for class org.jline.reader.impl.BufferImpl
 
build() - Method in class org.jline.reader.LineReaderBuilder
 
builder() - Static method in class org.jline.reader.LineReaderBuilder
 
buildStyle(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
builtinWidgets - Variable in class org.jline.reader.impl.LineReaderImpl
 
builtinWidgets() - Method in class org.jline.reader.impl.LineReaderImpl
 

C

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
 
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
 
COMMENT_BEGIN - Static variable in interface org.jline.reader.LineReader
 
compareTo(Candidate) - Method in class org.jline.reader.Candidate
 
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_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_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.

D

deactivateRegion() - Method in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_AMBIGUOUS_BINDING - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_AMBIGUOUS_TIMEOUT - Static variable in class org.jline.keymap.KeyMap
 
DEFAULT_BELL_STYLE - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_BLINK_MATCHING_PAREN - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_COMMENT_BEGIN - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_COMPLETION_STYLE_DESCRIPTION - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_COMPLETION_STYLE_GROUP - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_COMPLETION_STYLE_SELECTION - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_COMPLETION_STYLE_STARTING - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_ERRORS - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_HISTORY_FILE_SIZE - Static variable in class org.jline.reader.impl.history.DefaultHistory
 
DEFAULT_HISTORY_SIZE - Static variable in class org.jline.reader.impl.history.DefaultHistory
 
DEFAULT_LIST_MAX - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_ORIGINAL_GROUP_NAME - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_OTHERS_GROUP_NAME - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_REMOVE_SUFFIX_CHARS - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_SEARCH_TERMINATORS - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_SECONDARY_PROMPT_PATTERN - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DEFAULT_WORDCHARS - Static variable in class org.jline.reader.impl.LineReaderImpl
 
DefaultExpander - Class in org.jline.reader.impl
 
DefaultExpander() - Constructor for class org.jline.reader.impl.DefaultExpander
 
DefaultHighlighter - Class in org.jline.reader.impl
 
DefaultHighlighter() - Constructor for class org.jline.reader.impl.DefaultHighlighter
 
DefaultHistory - Class in org.jline.reader.impl.history
History using a file for persistent backing.
DefaultHistory() - Constructor for class org.jline.reader.impl.history.DefaultHistory
 
DefaultHistory(LineReader) - Constructor for class org.jline.reader.impl.history.DefaultHistory
 
DefaultHistory.EntryImpl - Class in org.jline.reader.impl.history
 
defaultKeyMaps() - Method in class org.jline.reader.impl.LineReaderImpl
 
defaultKeyMaps() - Method in interface org.jline.reader.LineReader
 
DefaultParser - Class in org.jline.reader.impl
 
DefaultParser() - Constructor for class org.jline.reader.impl.DefaultParser
 
DefaultParser.ArgumentList - Class in org.jline.reader.impl
The result of a delimited buffer.
del() - Static method in class org.jline.keymap.KeyMap
 
delete() - Method in interface org.jline.reader.Buffer
 
delete(int) - Method in interface org.jline.reader.Buffer
 
delete(int) - Method in class org.jline.reader.impl.BufferImpl
 
delete() - Method in class org.jline.reader.impl.BufferImpl
 
DELETE_CHAR - Static variable in interface org.jline.reader.LineReader
 
DELETE_CHAR_OR_LIST - Static variable in interface org.jline.reader.LineReader
 
DELETE_WORD - Static variable in interface org.jline.reader.LineReader
 
deleteChar() - Method in class org.jline.reader.impl.LineReaderImpl
 
deleteCharOrList() - Method in class org.jline.reader.impl.LineReaderImpl
 
deleteWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
descr() - Method in class org.jline.reader.Candidate
Description of this candidate, usually a small help message to understand the meaning of this candidate.
DIGIT_ARGUMENT - Static variable in interface org.jline.reader.LineReader
 
digitArgument() - Method in class org.jline.reader.impl.LineReaderImpl
 
DISABLE_COMPLETION - Static variable in interface org.jline.reader.LineReader
 
DISABLE_HISTORY - Static variable in interface org.jline.reader.LineReader
 
displ() - Method in class org.jline.reader.Candidate
The string that will be displayed to the user.
display(String) - Static method in class org.jline.keymap.KeyMap
 
display - Variable in class org.jline.reader.impl.LineReaderImpl
 
display(String) - Method in class org.jline.reader.impl.SimpleMaskingCallback
 
display(String) - Method in interface org.jline.reader.MaskingCallback
Transforms the line before it is displayed so that some parts can be hidden.
DO_LOWERCASE_VERSION - Static variable in interface org.jline.reader.LineReader
 
doCleanup(boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
doComplete(LineReaderImpl.CompletionType, boolean, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
doInsertComment(boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
doList(List<Candidate>, String, boolean, BiFunction<CharSequence, Boolean, CharSequence>) - Method in class org.jline.reader.impl.LineReaderImpl
 
doLowercaseVersion() - Method in class org.jline.reader.impl.LineReaderImpl
 
doMenu(List<Candidate>, String, BiFunction<CharSequence, Boolean, CharSequence>) - Method in class org.jline.reader.impl.LineReaderImpl
 
doSearchHistory(boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
doViDeleteOrChange(int, int, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
Performs the vi "delete-to" action, deleting characters between a given span of the input line.
doViMatchBracket() - Method in class org.jline.reader.impl.LineReaderImpl
Implements vi style bracket matching ("%" command).
down() - Method in interface org.jline.reader.Buffer
 
down() - Method in class org.jline.reader.impl.BufferImpl
 
DOWN_CASE_WORD - Static variable in interface org.jline.reader.LineReader
 
DOWN_HISTORY - Static variable in interface org.jline.reader.LineReader
 
DOWN_LINE - Static variable in interface org.jline.reader.LineReader
 
DOWN_LINE_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
 
DOWN_LINE_OR_SEARCH - Static variable in interface org.jline.reader.LineReader
 
downCaseWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
downHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
downLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
downLineOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
downLineOrSearch() - Method in class org.jline.reader.impl.LineReaderImpl
 

E

EDITING_MODE - Static variable in interface org.jline.reader.LineReader
 
emacs() - Method in class org.jline.reader.impl.LineReaderImpl
 
EMACS - Static variable in interface org.jline.reader.LineReader
 
EMACS_BACKWARD_WORD - Static variable in interface org.jline.reader.LineReader
 
EMACS_EDITING_MODE - Static variable in interface org.jline.reader.LineReader
 
EMACS_FORWARD_WORD - Static variable in interface org.jline.reader.LineReader
 
emacsBackwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
emacsEditingMode() - Method in class org.jline.reader.impl.LineReaderImpl
 
emacsForwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
END_OF_BUFFER_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
 
END_OF_HISTORY - Static variable in interface org.jline.reader.LineReader
 
END_OF_LINE - Static variable in interface org.jline.reader.LineReader
 
END_OF_LINE_HIST - Static variable in interface org.jline.reader.LineReader
 
endOfBufferOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
EndOfFileException - Exception in org.jline.reader
This exception is thrown by LineReader.readLine() when user the user types ctrl-D).
EndOfFileException() - Constructor for exception org.jline.reader.EndOfFileException
 
EndOfFileException(String) - Constructor for exception org.jline.reader.EndOfFileException
 
EndOfFileException(String, Throwable) - Constructor for exception org.jline.reader.EndOfFileException
 
EndOfFileException(Throwable) - Constructor for exception org.jline.reader.EndOfFileException
 
EndOfFileException(String, Throwable, boolean, boolean) - Constructor for exception org.jline.reader.EndOfFileException
 
endOfHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
endOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
endOfLineHist() - Method in class org.jline.reader.impl.LineReaderImpl
 
EntryImpl(int, Instant, String) - Constructor for class org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
EnumCompleter - Class in org.jline.reader.impl.completer
Completer for Enum names.
EnumCompleter(Class<? extends Enum<?>>) - Constructor for class org.jline.reader.impl.completer.EnumCompleter
 
EOFError - Exception in org.jline.reader
 
EOFError(int, int, String) - Constructor for exception org.jline.reader.EOFError
 
EOFError(int, int, String, String) - Constructor for exception org.jline.reader.EOFError
 
eofOnEscapedNewLine(boolean) - Method in class org.jline.reader.impl.DefaultParser
 
eofOnUnclosedQuote(boolean) - Method in class org.jline.reader.impl.DefaultParser
 
equals(Object) - Method in class org.jline.reader.Macro
 
equals(Object) - Method in class org.jline.reader.Reference
 
ERRORS - Static variable in interface org.jline.reader.LineReader
 
esc() - Static method in class org.jline.keymap.KeyMap
 
escape(CharSequence, boolean) - Method in interface org.jline.reader.CompletingParsedLine
 
escape(CharSequence, boolean) - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
escapeChars(char[]) - Method in class org.jline.reader.impl.DefaultParser
 
EXCHANGE_POINT_AND_MARK - Static variable in interface org.jline.reader.LineReader
 
exchangePointAndMark() - Method in class org.jline.reader.impl.LineReaderImpl
 
EXECUTE_NAMED_CMD - Static variable in interface org.jline.reader.LineReader
 
EXPAND_HISTORY - Static variable in interface org.jline.reader.LineReader
 
EXPAND_OR_COMPLETE - Static variable in interface org.jline.reader.LineReader
 
EXPAND_OR_COMPLETE_PREFIX - Static variable in interface org.jline.reader.LineReader
 
EXPAND_WORD - Static variable in interface org.jline.reader.LineReader
 
Expander - Interface in org.jline.reader
 
expander - Variable in class org.jline.reader.impl.LineReaderImpl
 
expander(Expander) - Method in class org.jline.reader.LineReaderBuilder
 
expandHistory(History, String) - Method in interface org.jline.reader.Expander
 
expandHistory(History, String) - Method in class org.jline.reader.impl.DefaultExpander
Expand event designator such as !!, !#, !3, etc...
expandHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
expandOrComplete() - Method in class org.jline.reader.impl.LineReaderImpl
 
expandOrCompletePrefix() - Method in class org.jline.reader.impl.LineReaderImpl
 
expandVar(String) - Method in interface org.jline.reader.Expander
 
expandVar(String) - Method in class org.jline.reader.impl.DefaultExpander
 
expandWord() - Method in class org.jline.reader.impl.LineReaderImpl
 

F

FileNameCompleter - Class in org.jline.reader.impl.completer
Deprecated.
use org.jline.builtins.Completers$FileNameCompleter instead
FileNameCompleter() - Constructor for class org.jline.reader.impl.completer.FileNameCompleter
Deprecated.
 
findChar - Variable in class org.jline.reader.impl.LineReaderImpl
VI character find
findDir - Variable in class org.jline.reader.impl.LineReaderImpl
 
findTailAdd - Variable in class org.jline.reader.impl.LineReaderImpl
 
finishBuffer() - Method in class org.jline.reader.impl.LineReaderImpl
Clear the buffer and add its contents to the history.
first() - Method in interface org.jline.reader.History
 
first() - Method in class org.jline.reader.impl.history.DefaultHistory
 
flush() - Method in class org.jline.reader.impl.LineReaderImpl
Flush the terminal output stream.
FOCUS_IN - Static variable in interface org.jline.reader.LineReader
 
FOCUS_IN_SEQ - Static variable in class org.jline.reader.impl.LineReaderImpl
 
FOCUS_OUT - Static variable in interface org.jline.reader.LineReader
 
FOCUS_OUT_SEQ - Static variable in class org.jline.reader.impl.LineReaderImpl
 
focusIn() - Method in class org.jline.reader.impl.LineReaderImpl
 
focusOut() - Method in class org.jline.reader.impl.LineReaderImpl
 
FORWARD_CHAR - Static variable in interface org.jline.reader.LineReader
 
FORWARD_WORD - Static variable in interface org.jline.reader.LineReader
 
forwardChar() - Method in class org.jline.reader.impl.LineReaderImpl
 
forwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
FRESH_LINE - Static variable in interface org.jline.reader.LineReader
 
freshLine() - Method in class org.jline.reader.impl.LineReaderImpl
 

G

get(int) - Method in interface org.jline.reader.History
 
get(int) - Method in class org.jline.reader.impl.history.DefaultHistory
 
getAmbiguousTimeout() - Method in class org.jline.keymap.KeyMap
 
getAnotherKey() - Method in class org.jline.keymap.KeyMap
 
getAppName() - Method in class org.jline.reader.impl.LineReaderImpl
 
getAppName() - Method in interface org.jline.reader.LineReader
 
getBoolean(LineReader, String, boolean) - Static method in class org.jline.reader.impl.ReaderUtils
 
getBound(CharSequence, int[]) - Method in class org.jline.keymap.KeyMap
 
getBound(CharSequence) - Method in class org.jline.keymap.KeyMap
 
getBoundKeys() - Method in class org.jline.keymap.KeyMap
 
getBracketType(int) - Method in class org.jline.reader.impl.LineReaderImpl
Given a character determines what type of bracket it is (paren, square, curly, or none).
getBuffer() - Method in class org.jline.reader.impl.LineReaderImpl
 
getBuffer() - Method in interface org.jline.reader.LineReader
 
getBuiltinWidgets() - Method in class org.jline.reader.impl.LineReaderImpl
 
getBuiltinWidgets() - Method in interface org.jline.reader.LineReader
 
getCandidateComparator(boolean, String) - Method in class org.jline.reader.impl.LineReaderImpl
 
getCompleter() - Method in class org.jline.reader.impl.LineReaderImpl
Returns the completer.
getCompleters() - Method in class org.jline.reader.impl.completer.AggregateCompleter
Retrieve the collection of completers currently being aggregated.
getCompleters() - Method in class org.jline.reader.impl.completer.ArgumentCompleter
Returns the list of completers used inside this ArgumentCompleter.
getCompletionStyle(String, String) - Method in class org.jline.reader.impl.LineReaderImpl
 
getCompletionStyleDescription() - Method in class org.jline.reader.impl.LineReaderImpl
 
getCompletionStyleGroup() - Method in class org.jline.reader.impl.LineReaderImpl
 
getCompletionStyleSelection() - Method in class org.jline.reader.impl.LineReaderImpl
 
getCurrentBuffer() - Method in class org.jline.keymap.BindingReader
 
getDisplay(Terminal, Path) - Method in class org.jline.reader.impl.completer.FileNameCompleter
Deprecated.
 
getDisplayedBufferWithPrompts(List<AttributedString>) - Method in class org.jline.reader.impl.LineReaderImpl
Compute the full string to be displayed with the left, right and secondary prompts
getEscapeChars() - Method in class org.jline.reader.impl.DefaultParser
 
getExpander() - Method in class org.jline.reader.impl.LineReaderImpl
 
getExpander() - Method in interface org.jline.reader.LineReader
 
getGroupComparator() - Method in class org.jline.reader.impl.LineReaderImpl
 
getHighlighter() - Method in class org.jline.reader.impl.LineReaderImpl
 
getHighlighter() - Method in interface org.jline.reader.LineReader
 
getHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
getHistory() - Method in interface org.jline.reader.LineReader
 
getInt(LineReader, String, int) - Static method in class org.jline.reader.impl.ReaderUtils
 
getKeyMap() - Method in class org.jline.reader.impl.LineReaderImpl
Returns the name of the current key mapping.
getKeyMap() - Method in interface org.jline.reader.LineReader
 
getKeyMaps() - Method in class org.jline.reader.impl.LineReaderImpl
 
getKeyMaps() - Method in interface org.jline.reader.LineReader
 
getKeys() - Method in class org.jline.reader.impl.LineReaderImpl
 
getKeys() - Method in interface org.jline.reader.LineReader
 
getLastBinding() - Method in class org.jline.keymap.BindingReader
 
getLastBinding() - Method in class org.jline.reader.impl.LineReaderImpl
 
getLong(LineReader, String, long) - Static method in class org.jline.reader.impl.ReaderUtils
 
getMissing() - Method in exception org.jline.reader.EOFError
 
getNomatch() - Method in class org.jline.keymap.KeyMap
 
getOriginalGroupName() - Method in class org.jline.reader.impl.LineReaderImpl
 
getOthersGroupName() - Method in class org.jline.reader.impl.LineReaderImpl
 
getParsedLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
getParsedLine() - Method in interface org.jline.reader.LineReader
 
getParser() - Method in class org.jline.reader.impl.LineReaderImpl
 
getParser() - Method in interface org.jline.reader.LineReader
 
getPartialLine() - Method in exception org.jline.reader.UserInterruptException
 
getQuoteChars() - Method in class org.jline.reader.impl.DefaultParser
 
getRegionActive() - Method in class org.jline.reader.impl.LineReaderImpl
 
getRegionActive() - Method in interface org.jline.reader.LineReader
 
getRegionMark() - Method in class org.jline.reader.impl.LineReaderImpl
 
getRegionMark() - Method in interface org.jline.reader.LineReader
 
getSearchTerm() - Method in class org.jline.reader.impl.LineReaderImpl
 
getSearchTerm() - Method in interface org.jline.reader.LineReader
 
getSequence() - Method in class org.jline.reader.Macro
 
getString(LineReader, String, String) - Static method in class org.jline.reader.impl.ReaderUtils
 
getTerminal() - Method in class org.jline.reader.impl.LineReaderImpl
 
getTerminal() - Method in interface org.jline.reader.LineReader
 
getUnicode() - Method in class org.jline.keymap.KeyMap
 
getUserDir() - Method in class org.jline.reader.impl.completer.FileNameCompleter
Deprecated.
 
getUserHome() - Method in class org.jline.reader.impl.completer.FileNameCompleter
Deprecated.
 
getVariable(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
getVariable(String) - Method in interface org.jline.reader.LineReader
 
getVariables() - Method in class org.jline.reader.impl.LineReaderImpl
 
getVariables() - Method in interface org.jline.reader.LineReader
 
getWidget(Object) - Method in class org.jline.reader.impl.LineReaderImpl
 
getWidgets() - Method in class org.jline.reader.impl.LineReaderImpl
 
getWidgets() - Method in interface org.jline.reader.LineReader
 
group() - Method in class org.jline.reader.Candidate
The group name for this candidate.

H

handleSignal(Terminal.Signal) - Method in class org.jline.reader.impl.LineReaderImpl
 
hashCode() - Method in class org.jline.reader.Macro
 
hashCode() - Method in class org.jline.reader.Reference
 
highlight(LineReader, String) - Method in interface org.jline.reader.Highlighter
 
highlight(LineReader, String) - Method in class org.jline.reader.impl.DefaultHighlighter
 
Highlighter - Interface in org.jline.reader
 
highlighter - Variable in class org.jline.reader.impl.LineReaderImpl
 
highlighter(Highlighter) - Method in class org.jline.reader.LineReaderBuilder
 
History - Interface in org.jline.reader
Console history.
history - Variable in class org.jline.reader.impl.LineReaderImpl
 
history(String) - Method in class org.jline.reader.impl.SimpleMaskingCallback
 
history(History) - Method in class org.jline.reader.LineReaderBuilder
 
history(String) - Method in interface org.jline.reader.MaskingCallback
Transforms the line before storing in the history.
History.Entry - Interface in org.jline.reader
 
HISTORY_BEGINNING_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_BEGINNING_SEARCH_FORWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_FILE - Static variable in interface org.jline.reader.LineReader
File system history path.
HISTORY_FILE_SIZE - Static variable in interface org.jline.reader.LineReader
Number of history items to keep in the history file.
HISTORY_IGNORE - Static variable in interface org.jline.reader.LineReader
Columns separated list of patterns that will not be saved in history.
HISTORY_INCREMENTAL_PATTERN_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_INCREMENTAL_PATTERN_SEARCH_FORWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_INCREMENTAL_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_INCREMENTAL_SEARCH_FORWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_SEARCH_FORWARD - Static variable in interface org.jline.reader.LineReader
 
HISTORY_SIZE - Static variable in interface org.jline.reader.LineReader
Number of history items to keep in memory.
historyBuffer - Variable in class org.jline.reader.impl.LineReaderImpl
 
historyIncrementalSearchBackward() - Method in class org.jline.reader.impl.LineReaderImpl
 
historyIncrementalSearchForward() - Method in class org.jline.reader.impl.LineReaderImpl
 
historySearchBackward() - Method in class org.jline.reader.impl.LineReaderImpl
 
historySearchForward() - Method in class org.jline.reader.impl.LineReaderImpl
 

I

index() - Method in interface org.jline.reader.History.Entry
 
index() - Method in interface org.jline.reader.History
 
index() - Method in class org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
index() - Method in class org.jline.reader.impl.history.DefaultHistory
 
INFER_NEXT_HISTORY - Static variable in interface org.jline.reader.LineReader
 
INSERT_CLOSE_CURLY - Static variable in interface org.jline.reader.LineReader
 
INSERT_CLOSE_PAREN - Static variable in interface org.jline.reader.LineReader
 
INSERT_CLOSE_SQUARE - Static variable in interface org.jline.reader.LineReader
 
INSERT_COMMENT - Static variable in interface org.jline.reader.LineReader
 
INSERT_LAST_WORD - Static variable in interface org.jline.reader.LineReader
 
insertClose(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
insertCloseCurly() - Method in class org.jline.reader.impl.LineReaderImpl
 
insertCloseParen() - Method in class org.jline.reader.impl.LineReaderImpl
 
insertCloseSquare() - Method in class org.jline.reader.impl.LineReaderImpl
 
insertComment() - Method in class org.jline.reader.impl.LineReaderImpl
 
insertTab() - Method in class org.jline.reader.impl.LineReaderImpl
 
INSTANCE - Static variable in class org.jline.reader.impl.completer.NullCompleter
 
internalAdd(Instant, String) - Method in class org.jline.reader.impl.history.DefaultHistory
 
isAlpha(int) - Method in class org.jline.reader.impl.LineReaderImpl
 
isArgDigit - Variable in class org.jline.reader.impl.LineReaderImpl
 
isDef() - Method in enum org.jline.reader.LineReader.Option
 
isDelimiter(CharSequence, int) - Method in class org.jline.reader.impl.DefaultParser
Returns true if the specified character is a whitespace parameter.
isDelimiter(int) - Method in class org.jline.reader.impl.LineReaderImpl
Checks to see if the specified character is a delimiter.
isDelimiterChar(CharSequence, int) - Method in class org.jline.reader.impl.DefaultParser
Returns true if the character at the specified position if a delimiter.
isEmpty() - Method in interface org.jline.reader.History
 
isEmpty() - Method in class org.jline.reader.impl.history.DefaultHistory
 
isEofOnEscapedNewLine() - Method in class org.jline.reader.impl.DefaultParser
 
isEofOnUnclosedQuote() - Method in class org.jline.reader.impl.DefaultParser
 
isEscapeChar(CharSequence, int) - Method in class org.jline.reader.impl.DefaultParser
Check if this character is a valid escape char (i.e.
isEscaped(CharSequence, int) - Method in class org.jline.reader.impl.DefaultParser
Check if a character is escaped (i.e.
isInViChangeOperation() - Method in class org.jline.reader.impl.LineReaderImpl
 
isInViCmdMode() - Method in class org.jline.reader.impl.LineReaderImpl
 
isInViMoveOperation() - Method in class org.jline.reader.impl.LineReaderImpl
 
isKeyMap(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
isPersistable(History.Entry) - Method in interface org.jline.reader.History
Check if an entry should be persisted or not.
isQuoteChar(CharSequence, int) - Method in class org.jline.reader.impl.DefaultParser
 
isQuoted(CharSequence, int) - Method in class org.jline.reader.impl.DefaultParser
 
isSet(LineReader.Option) - Method in class org.jline.reader.impl.LineReaderImpl
 
isSet(LineReader, LineReader.Option) - Static method in class org.jline.reader.impl.ReaderUtils
 
isSet(LineReader.Option) - Method in interface org.jline.reader.LineReader
 
isStrict() - Method in class org.jline.reader.impl.completer.ArgumentCompleter
Returns whether a completion at argument index N will success if all the completions from arguments 0-(N-1) also succeed.
isUndo - Variable in class org.jline.reader.impl.LineReaderImpl
 
isViAlphaNum(int) - Method in class org.jline.reader.impl.LineReaderImpl
 
isWhitespace(int) - Method in class org.jline.reader.impl.LineReaderImpl
Checks to see if a character is a whitespace character.
isWord(int) - Method in class org.jline.reader.impl.LineReaderImpl
 
iterator(int) - Method in interface org.jline.reader.History
 
iterator() - Method in interface org.jline.reader.History
 
iterator(int) - Method in class org.jline.reader.impl.history.DefaultHistory
 

K

key(Terminal, InfoCmp.Capability) - Static method in class org.jline.keymap.KeyMap
 
key() - Method in class org.jline.reader.Candidate
Candidates which have the same key will be merged together.
KeyMap<T> - Class in org.jline.keymap
The KeyMap class contains all bindings from keys to operations.
KeyMap() - Constructor for class org.jline.keymap.KeyMap
 
keyMap - Variable in class org.jline.reader.impl.LineReaderImpl
 
KEYMAP - Static variable in interface org.jline.reader.LineReader
 
KEYMAP_LENGTH - Static variable in class org.jline.keymap.KeyMap
 
keyMaps - Variable in class org.jline.reader.impl.LineReaderImpl
The terminal keys mapping
KEYSEQ_COMPARATOR - Static variable in class org.jline.keymap.KeyMap
 
KILL_BUFFER - Static variable in interface org.jline.reader.LineReader
 
KILL_LINE - Static variable in interface org.jline.reader.LineReader
 
KILL_REGION - Static variable in interface org.jline.reader.LineReader
 
KILL_WHOLE_LINE - Static variable in interface org.jline.reader.LineReader
 
KILL_WORD - Static variable in interface org.jline.reader.LineReader
 
killBuffer() - Method in class org.jline.reader.impl.LineReaderImpl
 
killLine() - Method in class org.jline.reader.impl.LineReaderImpl
Kill the buffer ahead of the current cursor position.
killRegion() - Method in class org.jline.reader.impl.LineReaderImpl
 
KillRing - Class in org.jline.reader.impl
The kill ring class keeps killed text in a fixed size ring.
KillRing(int) - Constructor for class org.jline.reader.impl.KillRing
Creates a new kill ring of the given size.
KillRing() - Constructor for class org.jline.reader.impl.KillRing
Creates a new kill ring of the default size.
killRing - Variable in class org.jline.reader.impl.LineReaderImpl
 
killWholeLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
killWord() - Method in class org.jline.reader.impl.LineReaderImpl
 

L

last() - Method in interface org.jline.reader.History
 
last() - Method in class org.jline.reader.impl.history.DefaultHistory
 
lastBinding - Variable in class org.jline.keymap.BindingReader
 
lastYank() - Method in class org.jline.reader.impl.KillRing
Returns true if the last command was a yank.
length() - Method in interface org.jline.reader.Buffer
 
length() - Method in class org.jline.reader.impl.BufferImpl
 
line() - Method in interface org.jline.reader.History.Entry
 
line() - Method in class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
line() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
line() - Method in class org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
line() - Method in interface org.jline.reader.ParsedLine
The unparsed line.
line() - Method in exception org.jline.reader.SyntaxError
 
LINE_OFFSET - Static variable in interface org.jline.reader.LineReader
When in multiline edit mode, this variable can be used to offset the line number displayed.
LineReader - Interface in org.jline.reader
Read lines from the console, with input editing.
LineReader.Option - Enum in org.jline.reader
 
LineReader.RegionType - Enum in org.jline.reader
 
LineReaderBuilder - Class in org.jline.reader
 
LineReaderImpl - Class in org.jline.reader.impl
A reader for terminal applications.
LineReaderImpl(Terminal) - Constructor for class org.jline.reader.impl.LineReaderImpl
 
LineReaderImpl(Terminal, String) - Constructor for class org.jline.reader.impl.LineReaderImpl
 
LineReaderImpl(Terminal, String, Map<String, Object>) - Constructor for class org.jline.reader.impl.LineReaderImpl
 
LineReaderImpl.BellType - Enum in org.jline.reader.impl
 
LineReaderImpl.CompletionType - Enum in org.jline.reader.impl
 
LineReaderImpl.PostResult - Class in org.jline.reader.impl
 
LineReaderImpl.State - Enum in org.jline.reader.impl
Possible states in which the current readline operation may be in.
LineReaderImpl.ViMoveMode - Enum in org.jline.reader.impl
 
LIST_CHOICES - Static variable in interface org.jline.reader.LineReader
 
LIST_EXPAND - Static variable in interface org.jline.reader.LineReader
 
LIST_MAX - Static variable in interface org.jline.reader.LineReader
 
listChoices() - Method in class org.jline.reader.impl.LineReaderImpl
 
load() - Method in interface org.jline.reader.History
Load history.
load() - Method in class org.jline.reader.impl.history.DefaultHistory
 

M

Macro - Class in org.jline.reader
 
Macro(String) - Constructor for class org.jline.reader.Macro
 
MAGIC_SPACE - Static variable in interface org.jline.reader.LineReader
 
MAIN - Static variable in interface org.jline.reader.LineReader
 
maskingCallback - Variable in class org.jline.reader.impl.LineReaderImpl
 
MaskingCallback - Interface in org.jline.reader
Callback used to mask parts of the line
matchPatterns(String, String) - Method in class org.jline.reader.impl.history.DefaultHistory
 
menu() - Method in class org.jline.reader.impl.LineReaderImpl
 
MENU - Static variable in interface org.jline.reader.LineReader
 
MENU_COMPLETE - Static variable in interface org.jline.reader.LineReader
 
MENU_EXPAND_OR_COMPLETE - Static variable in interface org.jline.reader.LineReader
 
MENU_SELECT - Static variable in interface org.jline.reader.LineReader
 
menuComplete() - Method in class org.jline.reader.impl.LineReaderImpl
 
menuExpandOrComplete() - Method in class org.jline.reader.impl.LineReaderImpl
 
modifiedHistory - Variable in class org.jline.reader.impl.LineReaderImpl
 
mouse() - Method in class org.jline.reader.impl.LineReaderImpl
 
MOUSE - Static variable in interface org.jline.reader.LineReader
 
move(int) - Method in interface org.jline.reader.Buffer
 
move(int) - Method in class org.jline.reader.impl.BufferImpl
Move the cursor where characters.
moveHistory(boolean, int) - Method in class org.jline.reader.impl.LineReaderImpl
Used in "vi" mode for argumented history move, to move a specific number of history entries forward or back.
moveHistory(boolean) - Method in class org.jline.reader.impl.LineReaderImpl
Move up or down the history tree.
moveTo(int) - Method in interface org.jline.reader.History
Move to the specified index in the history
moveTo(int) - Method in class org.jline.reader.impl.history.DefaultHistory
Move to the specified index in the history
moveToEnd() - Method in interface org.jline.reader.History
Move to the end of the history buffer.
moveToEnd() - Method in class org.jline.reader.impl.history.DefaultHistory
Move to the end of the history buffer.
moveToFirst() - Method in interface org.jline.reader.History
Moves the history index to the first entry.
moveToFirst() - Method in class org.jline.reader.impl.history.DefaultHistory
Moves the history index to the first entry.
moveToLast() - Method in interface org.jline.reader.History
This moves the history to the last entry.
moveToLast() - Method in class org.jline.reader.impl.history.DefaultHistory
This moves the history to the last entry.
moveXY(int, int) - Method in interface org.jline.reader.Buffer
 
moveXY(int, int) - Method in class org.jline.reader.impl.BufferImpl
 
mult - Variable in class org.jline.reader.impl.LineReaderImpl
 

N

name() - Method in class org.jline.reader.Reference
 
NEG_ARGUMENT - Static variable in interface org.jline.reader.LineReader
 
negArgument() - Method in class org.jline.reader.impl.LineReaderImpl
 
newState(T) - Method in class org.jline.reader.impl.UndoTree
 
next() - Method in interface org.jline.reader.History
Move the pointer to the next element in the buffer.
next() - Method in class org.jline.reader.impl.history.DefaultHistory
Move the pointer to the next element in the buffer.
nextBindingIsComplete() - Method in class org.jline.reader.impl.LineReaderImpl
 
nextChar() - Method in interface org.jline.reader.Buffer
 
nextChar() - Method in class org.jline.reader.impl.BufferImpl
 
NULL_MASK - Static variable in class org.jline.reader.impl.LineReaderImpl
 
NullCompleter - Class in org.jline.reader.impl.completer
Null completer.
NullCompleter() - Constructor for class org.jline.reader.impl.completer.NullCompleter
 

O

opBuffer - Variable in class org.jline.keymap.BindingReader
 
option(LineReader.Option, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
option(LineReader.Option, boolean) - Method in interface org.jline.reader.LineReader
 
option(LineReader.Option, boolean) - Method in class org.jline.reader.LineReaderBuilder
 
options - Variable in class org.jline.reader.impl.LineReaderImpl
 
org.jline.keymap - package org.jline.keymap
 
org.jline.reader - package org.jline.reader
JLine 3.
org.jline.reader.impl - package org.jline.reader.impl
 
org.jline.reader.impl.completer - package org.jline.reader.impl.completer
JLine 3.
org.jline.reader.impl.history - package org.jline.reader.impl.history
JLine 3.
ORIGINAL_GROUP_NAME - Static variable in interface org.jline.reader.LineReader
Property for the "original" group name
OTHERS_GROUP_NAME - Static variable in interface org.jline.reader.LineReader
Property for the "others" group name
overTyping - Variable in class org.jline.reader.impl.LineReaderImpl
 
OVERWRITE_MODE - Static variable in interface org.jline.reader.LineReader
 
overwriteMode() - Method in class org.jline.reader.impl.LineReaderImpl
 

P

parse(String, int, Parser.ParseContext) - Method in class org.jline.reader.impl.DefaultParser
 
parse(String, int, Parser.ParseContext) - Method in interface org.jline.reader.Parser
 
parse(String, int) - Method in interface org.jline.reader.Parser
 
parsedLine - Variable in class org.jline.reader.impl.LineReaderImpl
 
ParsedLine - Interface in org.jline.reader
ParsedLine objects are returned by the Parser during completion or when accepting the line.
parser - Variable in class org.jline.reader.impl.LineReaderImpl
 
parser(Parser) - Method in class org.jline.reader.LineReaderBuilder
 
Parser - Interface in org.jline.reader
 
Parser.ParseContext - Enum in org.jline.reader
 
peekCharacter(long) - Method in class org.jline.keymap.BindingReader
 
peekCharacter(long) - Method in class org.jline.reader.impl.LineReaderImpl
 
post - Variable in class org.jline.reader.impl.LineReaderImpl
 
PostResult(AttributedString, int, int) - Constructor for class org.jline.reader.impl.LineReaderImpl.PostResult
 
PREFER_VISIBLE_BELL - Static variable in interface org.jline.reader.LineReader
 
prevChar() - Method in interface org.jline.reader.Buffer
 
prevChar() - Method in class org.jline.reader.impl.BufferImpl
 
previous() - Method in interface org.jline.reader.History
Move the pointer to the previous element in the buffer.
previous() - Method in class org.jline.reader.impl.history.DefaultHistory
Move the pointer to the previous element in the buffer.
prompt - Variable in class org.jline.reader.impl.LineReaderImpl
 
PROP_SUPPORT_PARSEDLINE - Static variable in interface org.jline.reader.LineReader
System property that can be set to avoid a warning being logged when using a Parser which does not return CompletingParsedLine objects.
purge() - Method in interface org.jline.reader.History
Purge history.
purge() - Method in class org.jline.reader.impl.history.DefaultHistory
 
pushBackChar - Variable in class org.jline.keymap.BindingReader
 
PUT_REPLACE_SELECTION - Static variable in interface org.jline.reader.LineReader
 
putString(CharSequence) - Method in class org.jline.reader.impl.LineReaderImpl
Write out the specified string to the buffer and the output stream.

Q

quit() - Method in class org.jline.reader.impl.LineReaderImpl
 
quoteChars(char[]) - Method in class org.jline.reader.impl.DefaultParser
 
QUOTED_INSERT - Static variable in interface org.jline.reader.LineReader
 
quotedInsert() - Method in class org.jline.reader.impl.LineReaderImpl
 

R

range(String) - Static method in class org.jline.keymap.KeyMap
 
rawWordCursor() - Method in interface org.jline.reader.CompletingParsedLine
 
rawWordCursor() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
rawWordLength() - Method in interface org.jline.reader.CompletingParsedLine
 
rawWordLength() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
READ_COMMAND - Static variable in interface org.jline.reader.LineReader
 
readBinding(KeyMap<T>) - Method in class org.jline.keymap.BindingReader
Read from the input stream and decode an operation from the key map.
readBinding(KeyMap<T>, KeyMap<T>) - Method in class org.jline.keymap.BindingReader
 
readBinding(KeyMap<T>, KeyMap<T>, boolean) - Method in class org.jline.keymap.BindingReader
 
readBinding(KeyMap<Binding>) - Method in class org.jline.reader.impl.LineReaderImpl
Read from the input stream and decode an operation from the key map.
readBinding(KeyMap<Binding>, KeyMap<Binding>) - Method in class org.jline.reader.impl.LineReaderImpl
 
readCharacter() - Method in class org.jline.keymap.BindingReader
Read a codepoint from the terminal.
readCharacter() - Method in class org.jline.reader.impl.LineReaderImpl
Read a character from the terminal.
reader - Variable in class org.jline.keymap.BindingReader
 
ReaderUtils - Class in org.jline.reader.impl
 
reading - Variable in class org.jline.reader.impl.LineReaderImpl
 
readLine() - Method in class org.jline.reader.impl.LineReaderImpl
Read the next line and return the contents of the buffer.
readLine(Character) - Method in class org.jline.reader.impl.LineReaderImpl
Read the next line with the specified character mask.
readLine(String) - Method in class org.jline.reader.impl.LineReaderImpl
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, Character) - Method in class org.jline.reader.impl.LineReaderImpl
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, Character, String) - Method in class org.jline.reader.impl.LineReaderImpl
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, String, Character, String) - Method in class org.jline.reader.impl.LineReaderImpl
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, String, MaskingCallback, String) - Method in class org.jline.reader.impl.LineReaderImpl
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine() - Method in interface org.jline.reader.LineReader
Read the next line and return the contents of the buffer.
readLine(Character) - Method in interface org.jline.reader.LineReader
Read the next line with the specified character mask.
readLine(String) - Method in interface org.jline.reader.LineReader
Read the next line with the specified prompt.
readLine(String, Character) - Method in interface org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, Character, String) - Method in interface org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, String, Character, String) - Method in interface org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, String, MaskingCallback, String) - Method in interface org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readMouseEvent() - Method in class org.jline.reader.impl.LineReaderImpl
 
readMouseEvent() - Method in interface org.jline.reader.LineReader
Read a mouse event when the InfoCmp.Capability.key_mouse sequence has just been read on the input stream.
RECURSIVE_EDIT - Static variable in interface org.jline.reader.LineReader
 
redisplay() - Method in class org.jline.reader.impl.LineReaderImpl
 
redisplay(boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
REDISPLAY - Static variable in interface org.jline.reader.LineReader
 
redo() - Method in class org.jline.reader.impl.LineReaderImpl
 
redo() - Method in class org.jline.reader.impl.UndoTree
 
REDO - Static variable in interface org.jline.reader.LineReader
 
REDRAW_LINE - Static variable in interface org.jline.reader.LineReader
 
redrawLine() - Method in class org.jline.reader.impl.LineReaderImpl
Clear the line and redraw it.
Reference - Class in org.jline.reader
A reference to a Widget.
Reference(String) - Constructor for class org.jline.reader.Reference
 
regionActive - Variable in class org.jline.reader.impl.LineReaderImpl
 
regionMark - Variable in class org.jline.reader.impl.LineReaderImpl
Region state
REMOVE_SUFFIX_CHARS - Static variable in interface org.jline.reader.LineReader
 
repeatCount - Variable in class org.jline.reader.impl.LineReaderImpl
 
resetLastKill() - Method in class org.jline.reader.impl.KillRing
Resets the last-kill state.
resetLastYank() - Method in class org.jline.reader.impl.KillRing
Resets the last-yank state.
REVERSE_MENU_COMPLETE - Static variable in interface org.jline.reader.LineReader
 
reverseIterator() - Method in interface org.jline.reader.History
 
reverseIterator(int) - Method in interface org.jline.reader.History
 
rightPrompt - Variable in class org.jline.reader.impl.LineReaderImpl
 
runMacro(String) - Method in class org.jline.keymap.BindingReader
 
runMacro(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
runMacro(String) - Method in interface org.jline.reader.LineReader
Push back a key sequence that will be later consumed by the line reader.

S

safe() - Method in class org.jline.reader.impl.LineReaderImpl
 
SAFE - Static variable in interface org.jline.reader.LineReader
 
save() - Method in interface org.jline.reader.History
Save history.
save() - Method in class org.jline.reader.impl.history.DefaultHistory
 
SEARCH_TERMINATORS - Static variable in interface org.jline.reader.LineReader
 
searchBackward - Variable in class org.jline.reader.impl.LineReaderImpl
 
searchBackwards(History, String, int, boolean) - Method in class org.jline.reader.impl.DefaultExpander
 
searchBackwards(String, int) - Method in class org.jline.reader.impl.LineReaderImpl
Search backward in history from a given position.
searchBackwards(String) - Method in class org.jline.reader.impl.LineReaderImpl
Search backwards in history from the current position.
searchBackwards(String, int, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
searchBuffer - Variable in class org.jline.reader.impl.LineReaderImpl
 
searchFailing - Variable in class org.jline.reader.impl.LineReaderImpl
 
searchForwards(String, int, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
searchForwards(String, int) - Method in class org.jline.reader.impl.LineReaderImpl
Search forward in history from a given position.
searchForwards(String) - Method in class org.jline.reader.impl.LineReaderImpl
Search forwards in history from the current position.
searchIndex - Variable in class org.jline.reader.impl.LineReaderImpl
 
searchTerm - Variable in class org.jline.reader.impl.LineReaderImpl
 
SECONDARY_PROMPT_PATTERN - Static variable in interface org.jline.reader.LineReader
Set the template for prompts for secondary (continuation) lines.
SELF_INSERT - Static variable in interface org.jline.reader.LineReader
 
SELF_INSERT_UNMETA - Static variable in interface org.jline.reader.LineReader
 
selfInsert() - Method in class org.jline.reader.impl.LineReaderImpl
 
selfInsertUnmeta() - Method in class org.jline.reader.impl.LineReaderImpl
 
SEND_BREAK - Static variable in interface org.jline.reader.LineReader
 
sendBreak() - Method in class org.jline.reader.impl.LineReaderImpl
 
SET_LOCAL_HISTORY - Static variable in interface org.jline.reader.LineReader
 
SET_MARK_COMMAND - Static variable in interface org.jline.reader.LineReader
 
setAmbiguousTimeout(long) - Method in class org.jline.keymap.KeyMap
 
setBuffer(Buffer) - Method in class org.jline.reader.impl.LineReaderImpl
 
setBuffer(String) - Method in class org.jline.reader.impl.LineReaderImpl
Set the current buffer's content to the specified String.
setCompleter(Completer) - Method in class org.jline.reader.impl.LineReaderImpl
Set the completer.
setEofOnEscapedNewLine(boolean) - Method in class org.jline.reader.impl.DefaultParser
 
setEofOnUnclosedQuote(boolean) - Method in class org.jline.reader.impl.DefaultParser
 
setEscapeChars(char[]) - Method in class org.jline.reader.impl.DefaultParser
 
setExpander(Expander) - Method in class org.jline.reader.impl.LineReaderImpl
 
setHighlighter(Highlighter) - Method in class org.jline.reader.impl.LineReaderImpl
 
setHistory(History) - Method in class org.jline.reader.impl.LineReaderImpl
 
setKeyMap(String) - Method in class org.jline.reader.impl.LineReaderImpl
Sets the current keymap by name.
setKeyMap(String) - Method in interface org.jline.reader.LineReader
 
setMarkCommand() - Method in class org.jline.reader.impl.LineReaderImpl
 
setNomatch(T) - Method in class org.jline.keymap.KeyMap
 
setOpt(LineReader.Option) - Method in class org.jline.reader.impl.LineReaderImpl
 
setOpt(LineReader.Option) - Method in interface org.jline.reader.LineReader
 
setParser(Parser) - Method in class org.jline.reader.impl.LineReaderImpl
 
setPrompt(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
setQuoteChars(char[]) - Method in class org.jline.reader.impl.DefaultParser
 
setRightPrompt(String) - Method in class org.jline.reader.impl.LineReaderImpl
 
setStrict(boolean) - Method in class org.jline.reader.impl.completer.ArgumentCompleter
If true, a completion at argument index N will only succeed if all the completions from 0-(N-1) also succeed.
setUnicode(T) - Method in class org.jline.keymap.KeyMap
 
setVariable(String, Object) - Method in class org.jline.reader.impl.LineReaderImpl
 
setVariable(String, Object) - Method in interface org.jline.reader.LineReader
 
SimpleMaskingCallback - Class in org.jline.reader.impl
Simple MaskingCallback that will replace all the characters in the line with the given mask.
SimpleMaskingCallback(Character) - Constructor for class org.jline.reader.impl.SimpleMaskingCallback
 
size() - Method in interface org.jline.reader.History
 
size() - Method in class org.jline.reader.impl.history.DefaultHistory
 
size - Variable in class org.jline.reader.impl.LineReaderImpl
 
skipRedisplay - Variable in class org.jline.reader.impl.LineReaderImpl
 
smallTerminalOffset - Variable in class org.jline.reader.impl.LineReaderImpl
 
SPELL_WORD - Static variable in interface org.jline.reader.LineReader
 
SPLIT_UNDO - Static variable in interface org.jline.reader.LineReader
 
spliterator() - Method in class org.jline.reader.impl.history.DefaultHistory
 
state - Variable in class org.jline.reader.impl.LineReaderImpl
 
StringsCompleter - Class in org.jline.reader.impl.completer
Completer for a set of strings.
StringsCompleter() - Constructor for class org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(String...) - Constructor for class org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(Iterable<String>) - Constructor for class org.jline.reader.impl.completer.StringsCompleter
 
substring(int) - Method in interface org.jline.reader.Buffer
 
substring(int, int) - Method in interface org.jline.reader.Buffer
 
substring(int) - Method in class org.jline.reader.impl.BufferImpl
 
substring(int, int) - Method in class org.jline.reader.impl.BufferImpl
 
suffix() - Method in class org.jline.reader.Candidate
The suffix is added when this candidate is displayed.
switchCase(int) - Method in class org.jline.reader.impl.LineReaderImpl
 
SyntaxError - Exception in org.jline.reader
 
SyntaxError(int, int, String) - Constructor for exception org.jline.reader.SyntaxError
 

T

TAB_WIDTH - Static variable in class org.jline.reader.impl.LineReaderImpl
 
terminal - Variable in class org.jline.reader.impl.LineReaderImpl
The terminal to use
terminal(Terminal) - Method in class org.jline.reader.LineReaderBuilder
 
time() - Method in interface org.jline.reader.History.Entry
 
time() - Method in class org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
toColumns(List<Object>, Candidate, String, Function<String, Integer>, int, boolean) - Method in class org.jline.reader.impl.LineReaderImpl
 
toColumns(Object, int, int, AttributedStringBuilder, Candidate, String, boolean, int[]) - Method in class org.jline.reader.impl.LineReaderImpl
 
toString() - Method in interface org.jline.reader.Buffer
 
toString() - Method in class org.jline.reader.impl.BufferImpl
 
toString() - Method in class org.jline.reader.impl.completer.AggregateCompleter
 
toString() - Method in class org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
toString() - Method in class org.jline.reader.impl.history.DefaultHistory
 
toString() - Method in class org.jline.reader.Macro
 
toString() - Method in class org.jline.reader.Reference
 
translate(String) - Static method in class org.jline.keymap.KeyMap
 
TRANSPOSE_CHARS - Static variable in interface org.jline.reader.LineReader
 
TRANSPOSE_WORDS - Static variable in interface org.jline.reader.LineReader
 
transposeChars() - Method in class org.jline.reader.impl.LineReaderImpl
Performs character transpose.
transposeWords() - Method in class org.jline.reader.impl.LineReaderImpl
 
trimHistory(Path, int) - Method in class org.jline.reader.impl.history.DefaultHistory
 

U

unbind(CharSequence...) - Method in class org.jline.keymap.KeyMap
 
unbind(CharSequence) - Method in class org.jline.keymap.KeyMap
 
UNDEFINED_KEY - Static variable in interface org.jline.reader.LineReader
 
undefinedKey() - Method in class org.jline.reader.impl.LineReaderImpl
 
undo - Variable in class org.jline.reader.impl.LineReaderImpl
 
undo() - Method in class org.jline.reader.impl.LineReaderImpl
 
undo() - Method in class org.jline.reader.impl.UndoTree
 
UNDO - Static variable in interface org.jline.reader.LineReader
 
UndoTree<T> - Class in org.jline.reader.impl
Simple undo tree.
UndoTree(Consumer<T>) - Constructor for class org.jline.reader.impl.UndoTree
 
universal - Variable in class org.jline.reader.impl.LineReaderImpl
 
UNIVERSAL_ARGUMENT - Static variable in interface org.jline.reader.LineReader
 
universalArgument() - Method in class org.jline.reader.impl.LineReaderImpl
 
unsetOpt(LineReader.Option) - Method in class org.jline.reader.impl.LineReaderImpl
 
unsetOpt(LineReader.Option) - Method in interface org.jline.reader.LineReader
 
up() - Method in interface org.jline.reader.Buffer
 
up() - Method in class org.jline.reader.impl.BufferImpl
 
UP_CASE_WORD - Static variable in interface org.jline.reader.LineReader
 
UP_HISTORY - Static variable in interface org.jline.reader.LineReader
 
UP_LINE - Static variable in interface org.jline.reader.LineReader
 
UP_LINE_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
 
UP_LINE_OR_SEARCH - Static variable in interface org.jline.reader.LineReader
 
upCaseWord() - Method in class org.jline.reader.impl.LineReaderImpl
 
upHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
upLine() - Method in class org.jline.reader.impl.LineReaderImpl
 
upLineOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
 
upLineOrSearch() - Method in class org.jline.reader.impl.LineReaderImpl
 
upToCursor() - Method in interface org.jline.reader.Buffer
 
upToCursor() - Method in class org.jline.reader.impl.BufferImpl
 
UserInterruptException - Exception in org.jline.reader
This exception is thrown by LineReader.readLine() when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).
UserInterruptException(String) - Constructor for exception org.jline.reader.UserInterruptException
 

V

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.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.Parser.ParseContext
Returns the enum constant of this type with the specified name.
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.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
 

W

WHAT_CURSOR_POSITION - Static variable in interface org.jline.reader.LineReader
 
whatCursorPosition() - Method in class org.jline.reader.impl.LineReaderImpl
 
Widget - Interface in org.jline.reader
 
widgets - Variable in class org.jline.reader.impl.LineReaderImpl
 
word() - Method in class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
word() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
word() - Method in interface org.jline.reader.ParsedLine
The current word being completed.
WORDCHARS - Static variable in interface org.jline.reader.LineReader
 
wordCursor() - Method in class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
wordCursor() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
wordCursor() - Method in interface org.jline.reader.ParsedLine
The cursor position within the current word.
wordIndex() - Method in class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
wordIndex() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
wordIndex() - Method in interface org.jline.reader.ParsedLine
The index of the current word in the list of words.
words() - Method in class org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
words() - Method in class org.jline.reader.impl.DefaultParser.ArgumentList
 
words() - Method in interface org.jline.reader.ParsedLine
The list of words.
write(int) - Method in interface org.jline.reader.Buffer
 
write(int, boolean) - Method in interface org.jline.reader.Buffer
 
write(CharSequence) - Method in interface org.jline.reader.Buffer
 
write(CharSequence, boolean) - Method in interface org.jline.reader.Buffer
 
write(int) - Method in class org.jline.reader.impl.BufferImpl
Write the specific character into the buffer, setting the cursor position ahead one.
write(int, boolean) - Method in class org.jline.reader.impl.BufferImpl
Write the specific character into the buffer, setting the cursor position ahead one.
write(CharSequence) - Method in class org.jline.reader.impl.BufferImpl
Insert the specified chars into the buffer, setting the cursor to the end of the insertion point.
write(CharSequence, boolean) - Method in class org.jline.reader.impl.BufferImpl
 

Y

yank() - Method in class org.jline.reader.impl.KillRing
Yanks a previously killed text.
yank() - Method in class org.jline.reader.impl.LineReaderImpl
 
YANK - Static variable in interface org.jline.reader.LineReader
 
YANK_POP - Static variable in interface org.jline.reader.LineReader
 
yankBuffer - Variable in class org.jline.reader.impl.LineReaderImpl
The vi yank buffer
yankPop() - Method in class org.jline.reader.impl.KillRing
Moves the pointer to the current slot back and returns the text in that position.
yankPop() - Method in class org.jline.reader.impl.LineReaderImpl
 
A B C D E F G H I K L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2020. All rights reserved.