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
public abstract class CommandLineOptions extends Object
Base class for all options parsed from the command line. Contains options for printing help and the JobManager address.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommandLineOptions(org.apache.commons.cli.CommandLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPrintHelp()
-