public 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, getName
public static final String VERB
public static final String AUTH_CANCEL_COMMAND
public void execute(String commandString, Session sess) throws IOException
BaseCommand
execute
in interface Command
execute
in class BaseCommand
IOException
Copyright © 2006–2019. All rights reserved.