Searched refs:commandDescriptionKey (Results 1 – 4 of 4) sorted by relevance
64 String commandDescriptionKey() default ""; in commandDescriptionKey() method
1020 result = getI18nString(bundle, p.commandDescriptionKey(), p.commandDescription()); in getCommandDescription()
62 Added: commandDescriptionKey to @Parameters, to allow internationalized command descriptions
768 @Parameters(resourceBundle = "MessageBundle", commandDescriptionKey = "command") in commandKey()