Uses of Package
com.github.rvesse.airline.parser.options
Packages that use com.github.rvesse.airline.parser.options
Package
Description
-
Classes in com.github.rvesse.airline.parser.options used by com.github.rvesse.airline.builder
-
Classes in com.github.rvesse.airline.parser.options used by com.github.rvesse.airline.examples.userguide.parser.optionsClassDescriptionAbstract option parser for options that are specified in
--name=value
style while the separator character (in this example=
) can be configured as desired.Abstract option parser that provides some useful helper methods to derived classesInterface for option parsers -
Classes in com.github.rvesse.airline.parser.options used by com.github.rvesse.airline.model
-
Classes in com.github.rvesse.airline.parser.options used by com.github.rvesse.airline.parser.optionsClassDescriptionAbstract option parser for options that are specified in
--name=value
style while the separator character (in this example=
) can be configured as desired.Abstract option parser that provides some useful helper methods to derived classesAn 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.An options parser that requires the values to be a non-whitespace separated listAn options parser that expects the name and value(s) to be white space separated e.g.Interface for option parsers