Class ArgumentParserConfigurationImpl
java.lang.Object
net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
- All Implemented Interfaces:
ArgumentParserConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionArgumentParserConfigurationImpl(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, Locale locale, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity) -
Method Summary
Modifier and TypeMethodDescriptionReturns Locale for this configuration.Returns ResourceBundle for this configuration.
-
Constructor Details
-
ArgumentParserConfigurationImpl
public ArgumentParserConfigurationImpl(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, Locale locale, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity)
-
-
Method Details
-
getResourceBundle
Description copied from interface:ArgumentParserConfigurationReturns ResourceBundle for this configuration.- Specified by:
getResourceBundlein interfaceArgumentParserConfiguration- Returns:
- ResourceBundle
-
getLocale
Description copied from interface:ArgumentParserConfigurationReturns Locale for this configuration.- Specified by:
getLocalein interfaceArgumentParserConfiguration- Returns:
- Locale
-