CommandLineParserDefaultParser instead@Deprecated public class GnuParser extends Parser
flatten method.| Constructor | Description |
|---|---|
GnuParser() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String[] |
flatten(Options options,
java.lang.String[] arguments,
boolean stopAtNonOption) |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckRequiredOptions, getOptions, getRequiredOptions, parse, parse, parse, parse, processArgs, processOption, processProperties, setOptionspublic GnuParser()
protected java.lang.String[] flatten(Options options, java.lang.String[] arguments, boolean stopAtNonOption)
Option exists for the first character of
the arguments entry AND an Option
does not exist for the whole argument then
add the first character as an option to the processed tokens
list e.g. "-D" and add the rest of the entry to the also.