public abstract static class CommandLineParser.Argument
extends java.lang.Object
CommandLineParser.FlagArg
objects
and unnamed arguments, represented by CommandLineParser.UnnamedArg
objects.Modifier and Type | Field and Description |
---|---|
java.lang.String |
fullText
The full original text of this Argument in the command line.
|
int |
position
The position of this Argument in the parsed command line.
|
Modifier | Constructor and Description |
---|---|
protected |
Argument(java.lang.String text,
int position) |