| Package | Description |
|---|---|
| com.github.rvesse.airline.builder | |
| com.github.rvesse.airline.model | |
| com.github.rvesse.airline.parser.options |
| Class and Description |
|---|
| OptionParser
Interface for option parsers
|
| Class and Description |
|---|
| OptionParser
Interface for option parsers
|
| Class and Description |
|---|
| AbstractNameValueOptionParser
Abstract option parser for options that are specified in
--name=value style while the separator character (in
this example =) can be configured as desired. |
| AbstractOptionParser
Abstract option parser that provides some useful helper methods to derived classes
|
| ClassicGetOptParser
An options parsing that parses options given in classic get-opt style where multiple options may be concatenated
together, potentially including a value for the last option in the concatenation.
|
| ListValueOptionParser
An options parser that requires the values to be a
non-whitespace separated list
|
| MaybeListValueOptionParser
An options parser that expects the name and value(s) to be white space separated e.g.
|
| OptionParser
Interface for option parsers
|
Copyright © 2012–2022. All rights reserved.