Package jline.console.completer
Interface CompletionHandler
- All Known Implementing Classes:
CandidateListCompletionHandler
public interface CompletionHandler
Handler for dealing with candidates for tab-completion.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionboolean
complete
(ConsoleReader reader, List<CharSequence> candidates, int position)
-
Method Details
-
complete
boolean complete(ConsoleReader reader, List<CharSequence> candidates, int position) throws IOException - Throws:
IOException
-