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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
complete(ConsoleReader reader, java.util.List<java.lang.CharSequence> candidates, int position)
-
-
-
Method Detail
-
complete
boolean complete(ConsoleReader reader, java.util.List<java.lang.CharSequence> candidates, int position) throws java.io.IOException
- Throws:
java.io.IOException
-
-