Package google.registry.tools
Class CreateOrUpdateReservedListCommand
java.lang.Object
google.registry.tools.ConfirmingCommand
google.registry.tools.CreateOrUpdateReservedListCommand
- All Implemented Interfaces:
Command
Base class for specification of command line parameters common to creating and updating reserved
lists.
-
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
-
CreateOrUpdateReservedListCommand
public CreateOrUpdateReservedListCommand()
-
-
Method Details
-
execute
Description copied from class:ConfirmingCommand
Perform the command and return a result description.- Specified by:
execute
in classConfirmingCommand
-