jline

Class CandidateCycleCompletionHandler

public class CandidateCycleCompletionHandler extends Object implements CompletionHandler

A CompletionHandler that deals with multiple distinct completions by cycling through each one every time tab is pressed. This mimics the behavior of the editline library.

This class is currently a stub; it does nothing

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 null. All Rights Reserved.