|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Completor
implementation that invokes a child completor
using the appropriate separator argument.ArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int)
method to determine if a particular
character should be used as a delimiter.ArgumentCompletor.ArgumentDelimiter
allows custom
breaking up of a String
into individual arguments in
order to dispatch the arguments to the nested Completor
.ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char)
)
as being a delimiter.Completor
to the list of handlers
for tab-completion.
ConsoleReader.getBellEnabled()
return true.
CompletionHandler
that deals with multiple distinct completions
by cycling through each one every time tab is pressed.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.
InputStream
for input and the specific writer for output, using the
default keybindings resource.
InputStream
implementation that wraps a ConsoleReader
.ConsoleReader
and invokes the specified main method.StringBuffer
that
also contains the current cursor position.File
for storage.
String
into the buffer, setting
the cursor to the end of the insertion point.
Completor
instances.
Completor
instances.
Collection
in proper columns.
InputStream
, and
return the line (without any trailing newlines).
Completor
from the list of handlers
for tab-completion.
System.in
input stream.
Completor
implementation that handles a pre-defined
list of completion words.Terminal
instance for the
current platform.
AbstractCollection.toString()
representation
of the history list.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |