private static class JCommander.Options
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
acceptUnknownOptions |
private boolean |
allowAbbreviatedOptions |
private boolean |
allowParameterOverwriting |
private java.nio.charset.Charset |
atFileCharset |
private java.util.ResourceBundle |
bundle |
private boolean |
caseSensitiveOptions |
private int |
columnSize |
private java.util.List<IStringConverterInstanceFactory> |
converterInstanceFactories
The factories used to look up string converters.
|
private IDefaultProvider |
defaultProvider
A default provider returns default values for the parameters.
|
private boolean |
expandAtSign |
private java.util.Comparator<? super ParameterDescription> |
parameterDescriptionComparator |
private int |
verbose |
Modifier | Constructor and Description |
---|---|
private |
Options() |
private java.util.ResourceBundle bundle
private IDefaultProvider defaultProvider
private java.util.Comparator<? super ParameterDescription> parameterDescriptionComparator
private int columnSize
private boolean acceptUnknownOptions
private boolean allowParameterOverwriting
private boolean expandAtSign
private int verbose
private boolean caseSensitiveOptions
private boolean allowAbbreviatedOptions
private final java.util.List<IStringConverterInstanceFactory> converterInstanceFactories
private java.nio.charset.Charset atFileCharset