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, java.util.List candidates, int position)
           
 

Method Detail

complete

boolean complete(ConsoleReader reader,
                 java.util.List candidates,
                 int position)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2011. All Rights Reserved.