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 AbstractNameValueOptionParser
parseOptionsMethods inherited from class AbstractOptionParser
findOption, findOption, hasShortNamePrefix, isSeparatorOrOption, noValueForOptionMethods inherited from class AbstractParser
getTypeConverter
-
Constructor Details
-
LongGetOptParser
public LongGetOptParser()
-