Home
last modified time | relevance | path

Searched refs:commandDescriptionKey (Results 1 – 4 of 4) sorted by relevance

/external/jcommander/src/main/java/com/beust/jcommander/
DParameters.java64 String commandDescriptionKey() default ""; in commandDescriptionKey() method
DJCommander.java1020 result = getI18nString(bundle, p.commandDescriptionKey(), p.commandDescription()); in getCommandDescription()
/external/jcommander/
DCHANGELOG62 Added: commandDescriptionKey to @Parameters, to allow internationalized command descriptions
/external/jcommander/src/test/java/com/beust/jcommander/
DJCommanderTest.java768 @Parameters(resourceBundle = "MessageBundle", commandDescriptionKey = "command") in commandKey()