|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Completer
to the list of handlers for tab-completion.
WindowsTerminal
.Completer
implementation that invokes a child completer using the appropriate separator argument.ArgumentCompleter.WhitespaceArgumentDelimiter
.
ArgumentCompleter.WhitespaceArgumentDelimiter
.
ArgumentCompleter.AbstractArgumentDelimiter.isDelimiter(java.lang.CharSequence, int)
method to determine if a particular
character should be used as a delimiter.ArgumentCompleter.ArgumentDelimiter
allows custom breaking up of a String
into individual
arguments in order to dispatch the arguments to the nested Completer
.ArgumentCompleter.ArgumentDelimiter
implementation that counts all whitespace (as reported by
Character.isWhitespace(char)
) as being a delimiter.ConsoleReader.isBellEnabled()
return true.
CompletionHandler
that deals with multiple distinct completions
by outputting the complete list of possibilities to the console.FileDescriptor.in
for input and
System.out
for output.
StringBuilder
that also contains the current cursor position.Completer
for Enum
names.History
using a file for persistent backing.History
.UnixTerminal
.History
.Collection
in proper columns.
History.clear()
.
InputStream
, and return the line
(without any trailing newlines).
Completer
from the list of handlers for tab-completion.
Terminal
instances.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |