| 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 DefaultParser.NonOptionAction |
DefaultParser.nonOptionAction
Action to happen when "non option" token is discovered.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DefaultParser.NonOptionAction |
DefaultParser.NonOptionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
|
static DefaultParser.NonOptionAction[] |
DefaultParser.NonOptionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
CommandLine |
DefaultParser.parse(Options options,
Properties properties,
DefaultParser.NonOptionAction nonOptionAction,
String... arguments)
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