Package jline.console
package jline.console
Console support.
- Since:
- 2.0
-
ClassDescriptionA reader for console applications.Possible states in which the current readline operation may be in.A holder for a
StringBuilder
that also contains the current cursor position.The KeyMap class contains all bindings from keys to operations.The kill ring class keeps killed text in a fixed size ring.List of all operations.This exception is thrown byConsoleReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).