Package google.registry.tools
Interface Command
-
- All Known Subinterfaces:
CommandWithConnection
- All Known Implementing Classes:
ConfirmingCommand
,CreateCancellationsForOneTimesCommand
,CreateOrUpdateReservedListCommand
,CreateOrUpdateUserCommand
,CreatePackagePromotionCommand
,CreatePremiumListCommand
,CreateRegistrarGroupsCommand
,CreateUserCommand
,DeleteUserCommand
,GetDatabaseMigrationStateCommand
,GetPackagePromotionCommand
,GetPremiumListCommand
,GetReservedListCommand
,GetSqlCredentialCommand
,LockDomainCommand
,LockOrUnlockDomainCommand
,MutatingCommand
,MutatingEppToolCommand
,SaveSqlCredentialCommand
,SetDatabaseMigrationStateCommand
,ShellCommand
,UnlockDomainCommand
,UpdatePackagePromotionCommand
,UpdateTldCommand
,UpdateUserCommand
public interface Command
Interface of all commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Performs the command.
-