JLine 0.9.94-redhat-2

jline
Interface CompletionHandler

All Known Implementing Classes:
CandidateCycleCompletionHandler, CandidateListCompletionHandler

public interface CompletionHandler

Handler for dealing with candidates for tab-completion.

Author:
Marc Prud'hommeaux

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

Method Detail

complete

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

JLine 0.9.94-redhat-2

Copyright © 2002-2012 JBoss by Red Hat. All Rights Reserved.