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>
public class LongGetOptParser<T> extends AbstractNameValueOptionParser<T>
An options parser that supports the GNU Get Opt long style i.e.--name=value
-
-
Constructor Summary
Constructors Constructor Description LongGetOptParser()
-
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
-
-