public static class Arguments.ExtendedGnuParser
extends org.apache.commons.cli.GnuParser
Constructor and Description |
---|
Arguments.ExtendedGnuParser()
Creates a command line parser.
|
Arguments.ExtendedGnuParser(boolean ignoreUnrecognizedOption)
Creates a command line parser.
|
Modifier and Type | Method and Description |
---|---|
protected void |
processOption(java.lang.String arg,
java.util.ListIterator iterator) |
public Arguments.ExtendedGnuParser(boolean ignoreUnrecognizedOption)
ignoreUnrecognizedOption
- the flag to ignore the unrecognized option error.public Arguments.ExtendedGnuParser()