jline

Interface CompletionHandler

public interface CompletionHandler

Handler for dealing with candidates for tab-completion.

Author: Marc Prud'hommeaux

Method Summary
booleancomplete(ConsoleReader reader, List candidates, int position)

Method Detail

complete

public boolean complete(ConsoleReader reader, List candidates, int position)
Copyright © 2002-2010. All Rights Reserved.