|
||||||||||
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.CompletionHandler
that deals with multiple distinct completions
by outputting the complete list of possibilities to the console.ConsoleReader
and invokes the specified main method.StringBuilder
that also contains the current cursor position.Completer
for Enum
names.History
using a file for persistent backing.InputStreamReader
on the InputStream
in
.
in
.
in
and
CharsetDecoder dec
.
in
and
Charset charset
.
History
.UnixTerminal
.NonBlockingInputStream
out of a normal blocking
stream.
History
.Collection
in proper columns.
History.clear()
.
length
characters from this reader and stores them
at position offset
in the character array buf
.
InputStream
, and return the line
(without any trailing newlines).
Completer
from the list of handlers for tab-completion.
UserInterruptException
from ConsoleReader.readLine()
.
Runnable
which allows running to throw an exception.Terminal
instances.ConsoleReader.readLine()
when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C).
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |