程序包 jline

类 CandidateListCompletionHandler

java.lang.Object
jline.CandidateListCompletionHandler
所有已实现的接口:
CompletionHandler

public class CandidateListCompletionHandler extends Object implements 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
作者:
Marc Prud'hommeaux
  • 构造器详细资料

    • CandidateListCompletionHandler

      public CandidateListCompletionHandler()
  • 方法详细资料