public class ConnectCommand extends SimpleCommand
Constructor and Description |
---|
ConnectCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns a name for this command.
|
boolean |
isAvailableOutsideShell()
Indicates if the command is available to be invoked from outside the
shell (from the main command line).
|
boolean |
isStorageRequired() |
void |
run(CommandContext ctx)
Execute the command
|
isAvailableInShell
getDescription, getOptions, getUsage
public void run(CommandContext ctx) throws CommandException
Command
CommandException
public String getName()
Command
public boolean isAvailableOutsideShell()
Command
isAvailableOutsideShell
in interface Command
isAvailableOutsideShell
in class SimpleCommand
public boolean isStorageRequired()
isStorageRequired
in interface Command
isStorageRequired
in class SimpleCommand
Copyright © 2013. All Rights Reserved.