public final class CR_Help extends CommandResponder.Base
CommandResponder.AnonymousIssueException, CommandResponder.Base, CommandResponder.Session, CommandResponder.UkeyPrefix, 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, parsepublic CR_Help(VoterService voterService)
public boolean acceptsAnonymousIssue()
acceptsAnonymousIssue in interface CommandResponderacceptsAnonymousIssue in class CommandResponder.Basepublic Exception respond(String[] argv, CommandResponder.Session session)
argv - an array comprising the command name (index 0) and any arguments
(indeces 1..*).