Package io.trino.cli
Class InputReader
java.lang.Object
io.trino.cli.InputReader
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.jline.reader.Historyorg.jline.terminal.Terminal
-
Constructor Details
-
InputReader
- Throws:
IOException
-
-
Method Details
-
readLine
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getHistory
public org.jline.reader.History getHistory() -
getTerminal
public org.jline.terminal.Terminal getTerminal()
-