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