public class ClusterConfigurationParserFactory extends Object implements ParserResultFactory<ClusterConfiguration>
ClusterConfiguration from the given list of command line
arguments.| 构造器和说明 |
|---|
ClusterConfigurationParserFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterConfiguration |
createResult(org.apache.commons.cli.CommandLine commandLine)
Create the result of the command line argument parsing.
|
org.apache.commons.cli.Options |
getOptions()
Returns all relevant
Options for parsing the command line arguments. |
static org.apache.commons.cli.Options |
options() |
public static org.apache.commons.cli.Options options()
public org.apache.commons.cli.Options getOptions()
ParserResultFactoryOptions for parsing the command line arguments.getOptions 在接口中 ParserResultFactory<ClusterConfiguration>public ClusterConfiguration createResult(@Nonnull org.apache.commons.cli.CommandLine commandLine)
ParserResultFactorycreateResult 在接口中 ParserResultFactory<ClusterConfiguration>commandLine - to extract the options fromCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.