| Class Summary | |
|---|---|
| Readline | This class implements basic functionality of the GNU-readline interface. |
| ReadlineCompleter | Callback interface that implements completion. |
| ReadlineLibrary | This class implements a typesafe enumeration of the backing libraries. |
| ReadlineReader |
A Reader wrapper for the Readline classes. |
| ReadlineTest | ReadlineTest.java This class shows the usage of the readline wrapper. |
| TestCompleter | This class is a sample custom completer. |