Class SqlGatewayOptionsParser
- java.lang.Object
-
- org.apache.flink.table.gateway.cli.SqlGatewayOptionsParser
-
public class SqlGatewayOptionsParser extends Object
Parser to parse the command line options.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.cli.OptionDYNAMIC_PROPERTY_OPTIONstatic org.apache.commons.cli.OptionOPTION_HELP
-
Constructor Summary
Constructors Constructor Description SqlGatewayOptionsParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SqlGatewayOptionsparseSqlGatewayOptions(String[] args)static voidprintHelpSqlGateway(PrintStream writer)Prints the help for the client.
-
-
-
Method Detail
-
parseSqlGatewayOptions
public static SqlGatewayOptions parseSqlGatewayOptions(String[] args)
-
printHelpSqlGateway
public static void printHelpSqlGateway(PrintStream writer)
Prints the help for the client.
-
-