Package jline.console

Console support.

See:
          Description

Class Summary
ConsoleKeys  
ConsoleReader A reader for console applications.
CursorBuffer A holder for a StringBuilder that also contains the current cursor position.
KeyMap The KeyMap class contains all bindings from keys to operations.
 

Enum Summary
Operation List of all operations.
 

Exception Summary
UserInterruptException This exception is thrown by ConsoleReader.readLine() when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).
 

Package jline.console Description

Console support.

Since:
2.0


Copyright © 2013. All Rights Reserved.