| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
String |
LineReader.readLine(String prompt,
String rightPrompt,
MaskingCallback maskingCallback,
String buffer)
Read a line from the in
InputStream, and return the line
(without any trailing newlines). |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMaskingCallback
Simple
MaskingCallback that will replace all the characters in the line with the given mask. |
| Modifier and Type | Field and Description |
|---|---|
protected MaskingCallback |
LineReaderImpl.maskingCallback |
| Modifier and Type | Method and Description |
|---|---|
String |
LineReaderImpl.readLine(String prompt,
String rightPrompt,
MaskingCallback maskingCallback,
String buffer) |
Copyright © 2020. All rights reserved.