Module com.github.rvesse.airline
Class LongGetOptParser<T>
java.lang.Object
com.github.rvesse.airline.parser.AbstractParser<T>
com.github.rvesse.airline.parser.options.AbstractOptionParser<T>
com.github.rvesse.airline.parser.options.AbstractNameValueOptionParser<T>
com.github.rvesse.airline.parser.options.LongGetOptParser<T>
- All Implemented Interfaces:
OptionParser<T>
An options parser that supports the GNU Get Opt long style i.e.
--name=value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.rvesse.airline.parser.options.AbstractNameValueOptionParser
parseOptions
Methods inherited from class com.github.rvesse.airline.parser.options.AbstractOptionParser
findOption, findOption, hasShortNamePrefix, isSeparatorOrOption, noValueForOption
Methods inherited from class com.github.rvesse.airline.parser.AbstractParser
getTypeConverter
-
Constructor Details
-
LongGetOptParser
public LongGetOptParser()
-