Package joptsimple

Class OptionalArgumentOptionSpec<V>

  • Type Parameters:
    V - represents the type of the arguments this option accepts
    All Implemented Interfaces:
    OptionDescriptor, OptionSpec<V>

    class OptionalArgumentOptionSpec<V>
    extends ArgumentAcceptingOptionSpec<V>
    Specification of an option that accepts an optional argument.