jline.console.completer
Interface CompletionHandler

All Known Implementing Classes:
CandidateListCompletionHandler

public interface CompletionHandler

Handler for dealing with candidates for tab-completion.

Since:
2.3
Author:
Marc Prud'hommeaux, Jason Dillon

Method Summary
 boolean complete(ConsoleReader reader, List<CharSequence> candidates, int position)
           
 

Method Detail

complete

boolean complete(ConsoleReader reader,
                 List<CharSequence> candidates,
                 int position)
                 throws IOException
Throws:
IOException


Copyright © 2008-2011 Sonatype. All Rights Reserved.