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