Class CandidateListCompletionHandler

java.lang.Object
jline.console.completer.CandidateListCompletionHandler
All Implemented Interfaces:
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.
Since:
2.3
Author:
Marc Prud'hommeaux, Jason Dillon
  • Constructor Details

    • CandidateListCompletionHandler

      public CandidateListCompletionHandler()
  • Method Details