程序包 jline

接口 CompletionHandler

所有已知实现类:
CandidateCycleCompletionHandler, CandidateListCompletionHandler

public interface CompletionHandler
Handler for dealing with candidates for tab-completion.
作者:
Marc Prud'hommeaux
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    complete(ConsoleReader reader, List candidates, int position)