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
,CommandWithRemoteApi
public class UnlockDomainCommand extends LockOrUnlockDomainCommand
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
-
-
Constructor Summary
Constructors Constructor Description UnlockDomainCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createAndApplyRequest(java.lang.String domain)
-
Methods inherited from class google.registry.tools.LockOrUnlockDomainCommand
execute, getDomains, init
-
Methods inherited from class google.registry.tools.ConfirmingCommand
checkExecutionState, dontRunCommand, postExecute, prompt, run
-
-
-
-
Method Detail
-
createAndApplyRequest
protected void createAndApplyRequest(java.lang.String domain)
- Specified by:
createAndApplyRequest
in classLockOrUnlockDomainCommand
-
-