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()
ArgumentParserConfiguration
getResourceBundle
in interface ArgumentParserConfiguration
public Locale getLocale()
ArgumentParserConfiguration
getLocale
in interface ArgumentParserConfiguration
Copyright © 2012–2017. All rights reserved.