Package google.registry.tools
Class CreateOrUpdateUserCommand
java.lang.Object
google.registry.tools.ConfirmingCommand
google.registry.tools.CreateOrUpdateUserCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
CreateUserCommand
,UpdateUserCommand
Shared base class for commands that create or modify a
User
.-
Field Summary
Fields inherited from class google.registry.tools.ConfirmingCommand
errorPrintStream, printStream
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.tools.ConfirmingCommand
checkExecutionState, dontRunCommand, init, postExecute, prompt, run
-
Constructor Details
-
CreateOrUpdateUserCommand
public CreateOrUpdateUserCommand()
-
-
Method Details
-
execute
Description copied from class:ConfirmingCommand
Perform the command and return a result description.- Specified by:
execute
in classConfirmingCommand
- Throws:
Exception
-