Uses of Class
com.github.rvesse.airline.parser.options.AbstractOptionParser
Packages that use AbstractOptionParser
Package
Description
-
Uses of AbstractOptionParser in com.github.rvesse.airline.examples.userguide.parser.options
Modifier and TypeClassDescriptionclass
An option parser where the name and value are colon separated i.e.class
Option parser that parses options given in JDBC connection URL style e.g. -
Uses of AbstractOptionParser in com.github.rvesse.airline.parser.options
Subclasses of AbstractOptionParser in com.github.rvesse.airline.parser.optionsModifier and TypeClassDescriptionclass
Abstract option parser for options that are specified in--name=value
style while the separator character (in this example=
) can be configured as desired.class
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.class
Greedy variant of theClassicGetOptParser
that allows consuming values that could otherwise be treated as options in their own right.class
A variation on theMaybeListValueOptionParser
that is greedyclass
An options parser that requires the values to be a non-whitespace separated listclass
An options parser that supports the GNU Get Opt long style i.e.class
An options parser that expects the name and value(s) to be white space separated e.g.class
An options parser that expects the name and values to be white space separated e.g.class
An options parser that expects the name and value(s) to be white space separated e.g.