Package jline
Class CandidateCycleCompletionHandler
- java.lang.Object
-
- jline.CandidateCycleCompletionHandler
-
- All Implemented Interfaces:
CompletionHandler
public class CandidateCycleCompletionHandler extends java.lang.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
-
-
Constructor Summary
Constructors Constructor Description CandidateCycleCompletionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
complete(ConsoleReader reader, java.util.List candidates, int position)
-
-
-
Method Detail
-
complete
public boolean complete(ConsoleReader reader, java.util.List candidates, int position) throws java.io.IOException
- Specified by:
complete
in interfaceCompletionHandler
- Throws:
java.io.IOException
-
-