Module com.github.rvesse.airline
Package com.github.rvesse.airline.parser.options
package com.github.rvesse.airline.parser.options
-
ClassDescriptionAbstract 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.Greedy variant of theClassicGetOptParser
that allows consuming values that could otherwise be treated as options in their own right.A variation on theMaybeListValueOptionParser
that is greedyAn options parser that requires the values to be a non-whitespace separated listAn options parser that supports the GNU Get Opt long style i.e.An options parser that expects the name and value(s) to be white space separated e.g.An options parser that expects the name and values to be white space separated e.g.OptionParser<T>Interface for option parsersAn options parser that expects the name and value(s) to be white space separated e.g.