Uses of Class
jline.ConsoleReader
-
Uses of ConsoleReader in jline
Methods in jline that return ConsoleReaderMethods in jline with parameters of type ConsoleReaderModifier and TypeMethodDescriptionvoidTerminal.afterReadLine(ConsoleReader reader, String prompt, Character mask) Invokes after the console reads a line with the prompt and mask.voidUnsupportedTerminal.afterReadLine(ConsoleReader reader, String prompt, Character mask) voidTerminal.beforeReadLine(ConsoleReader reader, String prompt, Character mask) Invokes before the console reads a line with the prompt and mask.voidUnsupportedTerminal.beforeReadLine(ConsoleReader reader, String prompt, Character mask) booleanCandidateCycleCompletionHandler.complete(ConsoleReader reader, List candidates, int position) booleanCandidateListCompletionHandler.complete(ConsoleReader reader, List candidates, int pos) booleanCompletionHandler.complete(ConsoleReader reader, List candidates, int position) static final voidCandidateListCompletionHandler.printCandidates(ConsoleReader reader, Collection candidates, boolean eagerNewlines) Print out the candidates.static voidCandidateListCompletionHandler.setBuffer(ConsoleReader reader, String value, int offset) static voidConsoleReaderInputStream.setIn(ConsoleReader reader) Constructors in jline with parameters of type ConsoleReader