Command line string parameter definition. This defines a command line flag
with an associated string value, supplied as a separate argument on the
command line. The argument giving the parameter value must be the next
unused argument from the command line, and must not begin with the '-'
character used to indicate control argument flags.
Version:
1.0
Author:
Dennis M. Sosnoski
Field Summary
Fields inherited from class org.jargp.ParameterDef
Handle argument. This implementation of the abstract base class method
makes sure that we have another command line argument available, and
checks that the argument does not begin with the '-' character used to
indicate control argument flags. If these conditions are met the
parameter field is set to the string value of the argument.