Methods in jline with parameters of type ConsoleReader |
void |
UnsupportedTerminal.beforeReadLine(ConsoleReader reader,
String prompt,
Character 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 |
Terminal.afterReadLine(ConsoleReader reader,
String prompt,
Character mask)
Invokes after the console reads a line with the prompt and mask. |
static void |
ConsoleReaderInputStream.setIn(ConsoleReader reader)
|
boolean |
CompletionHandler.complete(ConsoleReader reader,
List candidates,
int position)
|
boolean |
CandidateListCompletionHandler.complete(ConsoleReader reader,
List candidates,
int pos)
|
static void |
CandidateListCompletionHandler.setBuffer(ConsoleReader reader,
String value,
int offset)
|
static void |
CandidateListCompletionHandler.printCandidates(ConsoleReader reader,
Collection candidates,
boolean eagerNewlines)
Print out the candidates. |
boolean |
CandidateCycleCompletionHandler.complete(ConsoleReader reader,
List candidates,
int position)
|