public class EntrypointClusterConfigurationParserFactory extends Object implements ParserResultFactory<EntrypointClusterConfiguration>
EntrypointClusterConfiguration.| 构造器和说明 |
|---|
EntrypointClusterConfigurationParserFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
EntrypointClusterConfiguration |
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. |
public EntrypointClusterConfigurationParserFactory()
public org.apache.commons.cli.Options getOptions()
ParserResultFactoryOptions for parsing the command line arguments.getOptions 在接口中 ParserResultFactory<EntrypointClusterConfiguration>public EntrypointClusterConfiguration createResult(@Nonnull org.apache.commons.cli.CommandLine commandLine)
ParserResultFactorycreateResult 在接口中 ParserResultFactory<EntrypointClusterConfiguration>commandLine - to extract the options fromCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.