public class ArgumentParserConfigurationImpl extends Object implements ArgumentParserConfiguration
| Constructor and Description |
|---|
ArgumentParserConfigurationImpl(String prog,
boolean addHelp,
String prefixChars,
String fromFilePrefix,
Locale locale,
TextWidthCounter textWidthCounter,
int formatWidth,
boolean singleMetavar,
boolean noDestConversionForPositionalArgs) |
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
Returns Locale for this configuration.
|
ResourceBundle |
getResourceBundle()
Returns ResourceBundle for this configuration.
|
public ArgumentParserConfigurationImpl(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, Locale locale, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs)
public ResourceBundle getResourceBundle()
ArgumentParserConfigurationgetResourceBundle in interface ArgumentParserConfigurationpublic Locale getLocale()
ArgumentParserConfigurationgetLocale in interface ArgumentParserConfigurationCopyright © 2012–2017. All rights reserved.