Class 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 Details

    • LongGetOptParser

      public LongGetOptParser()