Package joptsimple

Class RequiredArgumentOptionSpec<V>

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

    class RequiredArgumentOptionSpec<V>
    extends ArgumentAcceptingOptionSpec<V>
    Specification of an option that accepts a required argument.
    • Constructor Detail

      • RequiredArgumentOptionSpec

        RequiredArgumentOptionSpec​(java.lang.String option)
      • RequiredArgumentOptionSpec

        RequiredArgumentOptionSpec​(java.util.List<java.lang.String> options,
                                   java.lang.String description)