public final class AuthCommand extends BaseCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_CANCEL_COMMAND |
static String |
VERB |
| Constructor and Description |
|---|
AuthCommand()
Creates a new instance of AuthCommand
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String commandString,
Session sess)
This is the main method that you need to override in order to implement a command.
|
getArgPredicate, getArgs, getHelp, getNamepublic static final String VERB
public static final String AUTH_CANCEL_COMMAND
public void execute(String commandString, Session sess) throws IOException
BaseCommandexecute in interface Commandexecute in class BaseCommandIOExceptionCopyright © 2006–2024. All rights reserved.