| Package | Description |
|---|---|
| org.apache.commons.cli |
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected CommandLine |
DefaultParser.cmd
The command-line instance.
|
|
protected CommandLine |
Parser.cmd
Deprecated.
CommandLine instance
|
| Modifier and Type | Method | Description |
|---|---|---|
CommandLine |
CommandLine.Builder.build()
Deprecated.
|
|
CommandLine |
CommandLine.Builder.get()
Creates a new instance.
|
|
CommandLine |
DefaultParser.parse(Options options,
Properties properties,
DefaultParser.NonOptionAction nonOptionAction,
String... arguments)
Parses the arguments according to the specified options and properties.
|
|
CommandLine |
DefaultParser.parse(Options options,
String[] arguments) |
|
CommandLine |
CommandLineParser.parse(Options options,
String[] arguments)
Parses the arguments according to the specified options.
|
|
CommandLine |
Parser.parse(Options options,
String[] arguments)
Deprecated.
Parses the specified
arguments based on the specified Options. |
|
CommandLine |
DefaultParser.parse(Options options,
String[] arguments,
boolean stopAtNonOption) |
|
CommandLine |
CommandLineParser.parse(Options options,
String[] arguments,
boolean stopAtNonOption)
Parses the arguments according to the specified options.
|
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
boolean stopAtNonOption)
Deprecated.
Parses the specified
arguments based on the specified Options. |
|
CommandLine |
DefaultParser.parse(Options options,
String[] arguments,
Properties properties)
Parses the arguments according to the specified options and properties.
|
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
Properties properties)
Deprecated.
Parses the arguments according to the specified options and properties.
|
|
CommandLine |
DefaultParser.parse(Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption)
Parses the arguments according to the specified options and properties.
|
|
CommandLine |
Parser.parse(Options options,
String[] arguments,
Properties properties,
boolean stopAtNonOption)
Deprecated.
Parses the arguments according to the specified options and properties.
|
Copyright © 2002-2025 The Apache Software Foundation. All rights reserved.Apache Commons CLI | Issue management | Source repository