Interface CompletionHandler

All Known Implementing Classes:
CandidateListCompletionHandler

public interface CompletionHandler
Handler for dealing with candidates for tab-completion.
Since:
2.3
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    complete(ConsoleReader reader, List<CharSequence> candidates, int position)