Package jline

Class CandidateListCompletionHandler

java.lang.Object
jline.CandidateListCompletionHandler
All Implemented Interfaces:
CompletionHandler

A CompletionHandler that deals with multiple distinct completions by outputting the complete list of possibilities to the console. This mimics the behavior of the readline library.

TODO:
  • handle quotes and escaped quotes
  • enable automatic escaping of whitespace
Author:
Marc Prud'hommeaux