Uses of Class
jline.ConsoleReader
-
Uses of ConsoleReader in jline
Methods in jline that return ConsoleReaderMethods in jline with parameters of type ConsoleReaderModifier and TypeMethodDescriptionvoid
Terminal.afterReadLine
(ConsoleReader reader, String prompt, Character mask) Invokes after the console reads a line with the prompt and mask.void
UnsupportedTerminal.afterReadLine
(ConsoleReader reader, String prompt, Character mask) void
Terminal.beforeReadLine
(ConsoleReader reader, String prompt, Character mask) Invokes before the console reads a line with the prompt and mask.void
UnsupportedTerminal.beforeReadLine
(ConsoleReader reader, String prompt, Character mask) boolean
CandidateCycleCompletionHandler.complete
(ConsoleReader reader, List candidates, int position) boolean
CandidateListCompletionHandler.complete
(ConsoleReader reader, List candidates, int pos) boolean
CompletionHandler.complete
(ConsoleReader reader, List candidates, int position) static final void
CandidateListCompletionHandler.printCandidates
(ConsoleReader reader, Collection candidates, boolean eagerNewlines) Print out the candidates.static void
CandidateListCompletionHandler.setBuffer
(ConsoleReader reader, String value, int offset) static void
ConsoleReaderInputStream.setIn
(ConsoleReader reader) Constructors in jline with parameters of type ConsoleReader