Package 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
Modifier and TypeMethodDescriptionboolean
complete
(ConsoleReader reader, List candidates, int position)
-
Method Details
-
complete
- Throws:
IOException
-