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.