Uses of Interface
jline.console.completer.CompletionHandler
Packages that use CompletionHandler
Package
Description
Console support.
Console completer support.
-
Uses of CompletionHandler in jline.console
Fields in jline.console declared as CompletionHandlerMethods in jline.console that return CompletionHandlerMethods in jline.console with parameters of type CompletionHandlerModifier and TypeMethodDescriptionvoid
ConsoleReader.setCompletionHandler
(CompletionHandler handler) -
Uses of CompletionHandler in jline.console.completer
Classes in jline.console.completer that implement CompletionHandlerModifier and TypeClassDescriptionclass
ACompletionHandler
that deals with multiple distinct completions by outputting the complete list of possibilities to the console.