public interface OptionDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsArguments()
Does this option accept arguments?
|
java.lang.String |
argumentDescription()
Gives a short description of the option's argument.
|
java.lang.String |
argumentTypeIndicator()
Gives an indication of the expected type of the option's
argument.
|
java.util.List<?> |
defaultValues()
What values will the option take if none are specified on the command line?
|
java.lang.String |
description()
Description of this option's purpose.
|
boolean |
isRequired()
Is this option required on a command line?
|
java.util.Collection<java.lang.String> |
options()
A set of options that are mutually synonymous.
|
boolean |
requiresArgument()
Does this option require an argument?
|
java.util.Collection<java.lang.String> options()
java.lang.String description()
java.util.List<?> defaultValues()
boolean isRequired()
boolean acceptsArguments()
boolean requiresArgument()
java.lang.String argumentDescription()
java.lang.String argumentTypeIndicator()