Package | Description |
---|---|
org.jline.reader |
JLine 3.
|
org.jline.reader.impl |
Modifier and Type | Method | Description |
---|---|---|
String |
LineReader.readLine() |
Read the next line and return the contents of the buffer.
|
String |
LineReader.readLine(Character mask) |
Read the next line with the specified character mask.
|
String |
LineReader.readLine(String prompt) |
Read the next line with the specified prompt.
|
String |
LineReader.readLine(String prompt,
Character mask) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
String |
LineReader.readLine(String prompt,
Character mask,
String buffer) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
String |
LineReader.readLine(String prompt,
String rightPrompt,
Character mask,
String buffer) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
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 | Method | Description |
---|---|---|
String |
LineReaderImpl.readLine() |
Read the next line and return the contents of the buffer.
|
String |
LineReaderImpl.readLine(Character mask) |
Read the next line with the specified character mask.
|
String |
LineReaderImpl.readLine(String prompt) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
String |
LineReaderImpl.readLine(String prompt,
Character mask) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
String |
LineReaderImpl.readLine(String prompt,
Character mask,
String buffer) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
String |
LineReaderImpl.readLine(String prompt,
String rightPrompt,
Character mask,
String buffer) |
Read a line from the in
InputStream , and return the line
(without any trailing newlines). |
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.