Package google.registry.tools
Class UnlockDomainCommand
java.lang.Object
google.registry.tools.ConfirmingCommand
google.registry.tools.LockOrUnlockDomainCommand
google.registry.tools.UnlockDomainCommand
- All Implemented Interfaces:
Command
A command to registry unlock domain names.
A registry lock consists of server-side statuses preventing deletes, updates, and transfers.
-
Field Summary
Fields inherited from class google.registry.tools.LockOrUnlockDomainCommand
REGISTRY_LOCK_STATUSES
Fields inherited from class google.registry.tools.ConfirmingCommand
errorPrintStream, printStream
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.tools.LockOrUnlockDomainCommand
execute, getDomains, init
Methods inherited from class google.registry.tools.ConfirmingCommand
checkExecutionState, dontRunCommand, postExecute, prompt, run
-
Constructor Details
-
UnlockDomainCommand
public UnlockDomainCommand()
-
-
Method Details
-
createAndApplyRequest
- Specified by:
createAndApplyRequest
in classLockOrUnlockDomainCommand
-