public class HelpSubCommand extends SubCommand
SubCommand implementation for showing the help.
Since the 'help' sub-command is currently handled by CloudStoreClient internally,
this is a dummy class at the moment (just to show the 'help' in the help, for example).
| Constructor and Description |
|---|
HelpSubCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubCommandDescription()
Get the description for this sub-command.
|
void |
run() |
getSubCommandName, isVisibleInHelp, prepare, prompt, promptPasswordpublic HelpSubCommand()
public String getSubCommandDescription()
SubCommandgetSubCommandDescription in class SubCommandpublic void run() throws Exception
run in class SubCommandExceptionCopyright © 2013-2014. All Rights Reserved.