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