Module net.sourceforge.argparse4j
Package net.sourceforge.argparse4j.inf
Interface ArgumentParserConfiguration
-
- All Known Implementing Classes:
ArgumentParserConfigurationImpl
public interface ArgumentParserConfiguration
ArgumentParserConfiguration is a configuration interface of ArgumentParser.- Since:
- 0.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Locale
getLocale()
Returns Locale for this configuration.java.util.ResourceBundle
getResourceBundle()
Returns ResourceBundle for this configuration.
-