public class EntrypointClusterConfigurationParserFactory extends Object implements ParserResultFactory<EntrypointClusterConfiguration>
EntrypointClusterConfiguration
.Constructor and Description |
---|
EntrypointClusterConfigurationParserFactory() |
Modifier and Type | Method and Description |
---|---|
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()
ParserResultFactory
Options
for parsing the command line arguments.getOptions
in interface ParserResultFactory<EntrypointClusterConfiguration>
public EntrypointClusterConfiguration createResult(@Nonnull org.apache.commons.cli.CommandLine commandLine)
ParserResultFactory
createResult
in interface ParserResultFactory<EntrypointClusterConfiguration>
commandLine
- to extract the options fromCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.