Class LineReaderImpl

java.lang.Object
org.jline.reader.impl.LineReaderImpl
All Implemented Interfaces:
Flushable, LineReader

public class LineReaderImpl extends Object implements LineReader, Flushable
A reader for terminal applications. It supports custom tab-completion, saveable command history, and command line editing.
Author:
Marc Prud'hommeaux, Jason Dillon, Guillaume Nodet