- 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.
- CmdDesc - Class in org.jline.console
-
- CmdDesc() - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(boolean) - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(List<ArgDesc>) - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(List<ArgDesc>, Map<String, List<AttributedString>>) - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(List<AttributedString>, List<ArgDesc>, Map<String, List<AttributedString>>) - Constructor for class org.jline.console.CmdDesc
-
- column() - Method in exception org.jline.reader.SyntaxError
-
- COLUMNS - Static variable in interface org.jline.console.Printer
-
Value: List<String>
Applies: TABLE
Display given columns on table.
- COLUMNS_IN - Static variable in interface org.jline.console.Printer
-
Value: List<String>
Applies: TABLE
These map values will be added to the table before all the other keys.
- COLUMNS_OUT - Static variable in interface org.jline.console.Printer
-
Value: List<String>
Applies: TABLE
These map values will not be inserted to the table.
- command() - Method in class org.jline.console.CommandInput
-
- commandAliases() - Method in class org.jline.console.AbstractCommandRegistry
-
- commandAliases() - Method in interface org.jline.console.CommandRegistry
-
Returns a map of alias-to-command names known by this registry.
- commandDescription(List<String>) - Method in interface org.jline.console.CommandRegistry
-
Returns a command description for use in the JLine Widgets framework.
- commandDescription(String) - Method in interface org.jline.console.CommandRegistry
-
Returns a command description for use in the JLine Widgets framework.
- commandGroup(int) - Method in class org.jline.reader.impl.DefaultParser
-
- commandInfo(String) - Method in interface org.jline.console.CommandRegistry
-
Returns a short info about command known by this registry.
- CommandInput - Class in org.jline.console
-
- CommandInput(String, Object[], CommandRegistry.CommandSession) - Constructor for class org.jline.console.CommandInput
-
- CommandInput(String, Object[], Terminal, InputStream, PrintStream, PrintStream) - Constructor for class org.jline.console.CommandInput
-
- CommandMethods - Class in org.jline.console
-
- CommandMethods(Function<CommandInput, Object>, Function<String, List<Completer>>) - Constructor for class org.jline.console.CommandMethods
-
- CommandMethods(Consumer<CommandInput>, Function<String, List<Completer>>) - Constructor for class org.jline.console.CommandMethods
-
- commandNames() - Method in class org.jline.console.AbstractCommandRegistry
-
- commandNames() - Method in interface org.jline.console.CommandRegistry
-
Returns the command names known by this registry.
- CommandRegistry - Interface in org.jline.console
-
Store command information, compile tab completers and execute registered commands.
- CommandRegistry.CommandSession - Class in org.jline.console
-
- commandsBuffer - Variable in class org.jline.reader.impl.LineReaderImpl
-
- CommandSession() - Constructor for class org.jline.console.CommandRegistry.CommandSession
-
- CommandSession(Terminal) - Constructor for class org.jline.console.CommandRegistry.CommandSession
-
- CommandSession(Terminal, InputStream, PrintStream, PrintStream) - Constructor for class org.jline.console.CommandRegistry.CommandSession
-
- 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
-
- compileCompleter() - Method in class org.jline.console.CommandMethods
-
- compileCompleters() - Method in class org.jline.console.AbstractCommandRegistry
-
- compileCompleters(CommandRegistry...) - Static method in interface org.jline.console.CommandRegistry
-
Aggregate and compile SystemCompleters of commandRegisteries
- compileCompleters() - Method in interface org.jline.console.CommandRegistry
-
Returns a SystemCompleter that can provide detailed completion
information for all registered commands.
- 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_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
-
- ConfigurationPath - Class in org.jline.console
-
- ConfigurationPath(Path, Path) - Constructor for class org.jline.console.ConfigurationPath
-
Configuration class constructor.
- 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.
- 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
-
- mainDesc(List<AttributedString>) - Method in class org.jline.console.CmdDesc
-
- MAP_SIMILARITY - Static variable in interface org.jline.console.Printer
-
Value: Double
Applies: MAP and TABLE
default value 0.8 i.e.
- 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
-
- MAX_COLUMN_WIDTH - Static variable in interface org.jline.console.Printer
-
Value: Integer
Applies: MAP and TABLE
Maximum column width.
- MAX_DEPTH - Static variable in interface org.jline.console.Printer
-
Value: Integer
Applies: MAP
Maximum depth objects are resolved.
- MAXROWS - Static variable in interface org.jline.console.Printer
-
Value: Integer
Applies: MAP and TABLE
Maximum number of lines to display.
- 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
-
- 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(Path, boolean) - Method in interface org.jline.reader.History
-
Read history from the file.
- read(Path, boolean) - Method in class org.jline.reader.impl.history.DefaultHistory
-
- 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.
- readCharacterBuffered() - Method in class org.jline.keymap.BindingReader
-
- 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
-
- readStringUntil(String) - Method in class org.jline.keymap.BindingReader
-
- 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
-
- Reference(String) - Constructor for class org.jline.reader.Reference
-
- REGEX_COMMAND - Static variable in interface org.jline.reader.Parser
-
- REGEX_VARIABLE - Static variable in interface org.jline.reader.Parser
-
- regexCommand(String) - Method in class org.jline.reader.impl.DefaultParser
-
- regexVariable(String) - Method in class org.jline.reader.impl.DefaultParser
-
- regionActive - Variable in class org.jline.reader.impl.LineReaderImpl
-
- regionMark - Variable in class org.jline.reader.impl.LineReaderImpl
-
Region state
- registerCommands(Map<T, String>, Map<T, CommandMethods>) - Method in class org.jline.console.AbstractCommandRegistry
-
- registerCommands(Map<String, CommandMethods>) - Method in class org.jline.console.AbstractCommandRegistry
-
- registeredCommand(String) - Method in class org.jline.console.AbstractCommandRegistry
-
- REMOVE_SUFFIX_CHARS - Static variable in interface org.jline.reader.LineReader
-
- rename(V, String) - Method in class org.jline.console.AbstractCommandRegistry
-
- repeatCount - Variable in class org.jline.reader.impl.LineReaderImpl
-
- resetIndex() - Method in interface org.jline.reader.History
-
Reset index after remove
- resetIndex() - Method in class org.jline.reader.impl.history.DefaultHistory
-
- 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
-
- ROWNUM - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: TABLE
Display table row numbers.
- run() - Method in interface org.jline.reader.Editor
-
- 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.
- 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
-
- saveException(Exception) - Method in class org.jline.console.AbstractCommandRegistry
-
- ScriptEngine - Interface in org.jline.console
-
Manage scriptEngine variables, statements and script execution.
- 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
-
- session() - Method in class org.jline.console.CommandInput
-
- 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
-
- setAutosuggestion(LineReader.SuggestionType) - Method in class org.jline.reader.impl.LineReaderImpl
-
- setAutosuggestion(LineReader.SuggestionType) - Method in interface org.jline.reader.LineReader
-
- 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.
- setCommandGroup(int) - Method in class org.jline.reader.impl.DefaultParser
-
- setCompleter(Completer) - Method in class org.jline.reader.impl.LineReaderImpl
-
Set the completer.
- setEofOnEscapedNewLine(boolean) - Method in class org.jline.reader.impl.DefaultParser
-
- setEofOnUnclosedBracket(DefaultParser.Bracket...) - Method in class org.jline.reader.impl.DefaultParser
-
- setEofOnUnclosedQuote(boolean) - Method in class org.jline.reader.impl.DefaultParser
-
- setErrorIndex(int) - Method in class org.jline.console.CmdDesc
-
- setErrorIndex(int) - Method in interface org.jline.reader.Highlighter
-
- setErrorIndex(int) - Method in class org.jline.reader.impl.DefaultHighlighter
-
- setErrorPattern(Pattern) - Method in class org.jline.console.CmdDesc
-
- setErrorPattern(Pattern) - Method in interface org.jline.reader.Highlighter
-
- setErrorPattern(Pattern) - Method in class org.jline.reader.impl.DefaultHighlighter
-
- setEscapeChars(char[]) - Method in class org.jline.reader.impl.DefaultParser
-
- setExpander(Expander) - Method in class org.jline.reader.impl.LineReaderImpl
-
- setHighlighted(boolean) - Method in class org.jline.console.CmdDesc
-
- 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
-
- setMainDesc(List<AttributedString>) - Method in class org.jline.console.CmdDesc
-
- 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
-
- setRegexCommand(String) - Method in class org.jline.reader.impl.DefaultParser
-
- setRegexVariable(String) - Method in class org.jline.reader.impl.DefaultParser
-
- setRestricted(boolean) - Method in interface org.jline.reader.Editor
-
- 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.
- setStrictCommand(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 1-(N-1) also succeed.
- setSubcommand(boolean) - Method in class org.jline.console.CmdDesc
-
- setTailTip(String) - Method in class org.jline.reader.impl.LineReaderImpl
-
- setTailTip(String) - Method in interface org.jline.reader.LineReader
-
- 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
-
- SHORT_NAMES - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: TABLE
Truncate table column names: property.field to field.
- 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
-
- SKIP_DEFAULT_OPTIONS - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: MAP and TABLE
Ignore all options defined in PRNT_OPTIONS.
- 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
-
- startedReading - Variable in class org.jline.reader.impl.LineReaderImpl
-
- 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(Supplier<Collection<String>>) - 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
-
- StringsCompleter(Candidate...) - Constructor for class org.jline.reader.impl.completer.StringsCompleter
-
- StringsCompleter(Collection<Candidate>) - Constructor for class org.jline.reader.impl.completer.StringsCompleter
-
- stringsSupplier - Variable in class org.jline.reader.impl.completer.StringsCompleter
-
- STRUCT_ON_TABLE - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: TABLE
Display object structures and lists on table.
- STYLE - Static variable in interface org.jline.console.Printer
-
Value: String
Use nanorc STYLE
- 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
-
- SystemCompleter - Class in org.jline.reader.impl.completer
-
Completer which contains multiple completers and aggregates them together.
- SystemCompleter() - Constructor for class org.jline.reader.impl.completer.SystemCompleter
-
- 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.
- VALUE_STYLE - Static variable in interface org.jline.console.Printer
-
Value: String
Applies: MAP and TABLE
Nanorc syntax style used to highlight values.
- 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
-