Uses of Class
org.jline.reader.UserInterruptException
Packages that use UserInterruptException
-
Uses of UserInterruptException in org.jline.reader
Methods in org.jline.reader that throw UserInterruptExceptionModifier and TypeMethodDescriptionLineReader.readLine()
Read the next line and return the contents of the buffer.Read the next line with the specified character mask.Read the next line with the specified prompt.Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).LineReader.readLine
(String prompt, String rightPrompt, MaskingCallback maskingCallback, 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 UserInterruptExceptionModifier and TypeMethodDescriptionLineReaderImpl.readLine()
Read the next line and return the contents of the buffer.Read the next line with the specified character mask.Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).LineReaderImpl.readLine
(String prompt, String rightPrompt, MaskingCallback maskingCallback, String buffer) Read a line from the inInputStream
, and return the line (without any trailing newlines).