Class Printer.HelpCommandPrinter
java.lang.Object
org.apache.flink.table.client.cli.Printer.HelpCommandPrinter
- All Implemented Interfaces:
Closeable,AutoCloseable,Printer
- Enclosing interface:
- Printer
Printer to print the HELP results.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.client.cli.Printer
Printer.ClearCommandPrinter, Printer.HelpCommandPrinter, Printer.InitializationCommandPrinter, Printer.QuitCommandPrinter, Printer.StatementResultPrinter -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelpCommandPrinter
public HelpCommandPrinter()
-
-
Method Details
-
isQuitCommand
public boolean isQuitCommand()Description copied from interface:PrinterFlag to determine whether to quit the process.- Specified by:
isQuitCommandin interfacePrinter
-
print
public void print(org.jline.terminal.Terminal terminal) Description copied from interface:PrinterPrint the results to the terminal. -
close
public void close()Description copied from interface:PrinterClose the resource of thePrinter.
-