public final class CR_Hello extends CommandResponder.Base
CommandResponder.AnonymousIssueException, CommandResponder.Base, CommandResponder.Session, CommandResponder.U
keyPrefix, voterService
Constructor and Description |
---|
CR_Hello(VoterService voterService)
Constructs a CR_Hello.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsAnonymousIssue()
Returns true.
|
Exception |
respond(String[] argv,
CommandResponder.Session session)
Responds to an invocation of the command.
|
canonicalEmail, commandName, compileBaseOptions, help, parse
public CR_Hello(VoterService voterService)
public boolean acceptsAnonymousIssue()
acceptsAnonymousIssue
in interface CommandResponder
acceptsAnonymousIssue
in class CommandResponder.Base
public Exception respond(String[] argv, CommandResponder.Session session)
CommandResponder
argv
- an array comprising the command name (index 0) and any arguments
(indeces 1..*).