Package org.apache.flink.client.cli
Class CommandLineOptions
java.lang.Object
org.apache.flink.client.cli.CommandLineOptions
- Direct Known Subclasses:
CancelOptions,CheckpointOptions,ListOptions,ProgramOptions,SavepointOptions
Base class for all options parsed from the command line. Contains options for printing help and
the JobManager address.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommandLineOptions(org.apache.commons.cli.CommandLine line) -
Method Summary
-
Constructor Details
-
CommandLineOptions
protected CommandLineOptions(org.apache.commons.cli.CommandLine line)
-
-
Method Details
-
isPrintHelp
public boolean isPrintHelp()
-