Uses of Class
org.jline.reader.UserInterruptException
-
Packages that use UserInterruptException Package Description org.jline.reader JLine 3.org.jline.reader.impl -
-
Uses of UserInterruptException in org.jline.reader
Methods in org.jline.reader that throw UserInterruptException Modifier and Type Method Description java.lang.String
LineReader. readLine()
Read the next line and return the contents of the buffer.java.lang.String
LineReader. readLine(java.lang.Character mask)
Read the next line with the specified character mask.java.lang.String
LineReader. readLine(java.lang.String prompt)
Read the next line with the specified prompt.java.lang.String
LineReader. readLine(java.lang.String prompt, java.lang.Character mask)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReader. readLine(java.lang.String prompt, java.lang.Character mask, java.lang.String buffer)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReader. readLine(java.lang.String prompt, java.lang.String rightPrompt, java.lang.Character mask, java.lang.String buffer)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReader. readLine(java.lang.String prompt, java.lang.String rightPrompt, MaskingCallback maskingCallback, java.lang.String buffer)
Read a line from the inInputStream
, and return the line (without any trailing newlines). -
Uses of UserInterruptException in org.jline.reader.impl
Methods in org.jline.reader.impl that throw UserInterruptException Modifier and Type Method Description java.lang.String
LineReaderImpl. readLine()
Read the next line and return the contents of the buffer.java.lang.String
LineReaderImpl. readLine(java.lang.Character mask)
Read the next line with the specified character mask.java.lang.String
LineReaderImpl. readLine(java.lang.String prompt)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReaderImpl. readLine(java.lang.String prompt, java.lang.Character mask)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReaderImpl. readLine(java.lang.String prompt, java.lang.Character mask, java.lang.String buffer)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReaderImpl. readLine(java.lang.String prompt, java.lang.String rightPrompt, java.lang.Character mask, java.lang.String buffer)
Read a line from the inInputStream
, and return the line (without any trailing newlines).java.lang.String
LineReaderImpl. readLine(java.lang.String prompt, java.lang.String rightPrompt, MaskingCallback maskingCallback, java.lang.String buffer)
Read a line from the inInputStream
, and return the line (without any trailing newlines).
-