Package jline.console
Console support.
- Since:
- 2.0
-
Class Summary Class Description ConsoleKeys ConsoleReader A reader for console applications.CursorBuffer A holder for aStringBuilder
that also contains the current cursor position.KeyMap The KeyMap class contains all bindings from keys to operations.KillRing The kill ring class keeps killed text in a fixed size ring.WCWidth WCWidth.Interval -
Enum Summary Enum Description ConsoleReader.State Possible states in which the current readline operation may be in.Operation List of all operations. -
Exception Summary Exception Description UserInterruptException This exception is thrown byConsoleReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).