-
static class
Exception indicating that multiple named elements have incorrectly used the same name.
static class
Exception indicating that multiple fields have been annotated with the same Option name.
static class
Exception indicating a problem while invoking a command or subcommand.
static class
Exception indicating a problem during CommandLine
initialization.
static class
Exception indicating that more values were specified for an option or parameter than its
arity
allows.
static class
Exception indicating that a required parameter was not specified.
static class
static class
Exception indicating that the user input included multiple arguments from a mutually exclusive group.
static class
Exception indicating that an option for a single-value option field has been specified multiple times on the command line.
static class
Exception indicating something went wrong while parsing command line options.
static class
static class
static class
void
(package private) void
<T> T
CommandLine.Model.FieldBinding.get()
<T> T
Returns the current value of this argument.
(package private) void
<T> T
CommandLine.Model.FieldBinding.set(T value)
<T> T
CommandLine.Model.MethodBinding.set(T value)
<T> T
CommandLine.Model.ArgSpec.setValue(T newValue)
Sets the value of this argument to the specified value and returns the previous value.
<T> T
CommandLine.Model.ArgSpec.setValue(Object)
instead.