Class GetPremiumListCommand

java.lang.Object
google.registry.tools.GetPremiumListCommand
All Implemented Interfaces:
Command

public class GetPremiumListCommand extends Object implements Command
Retrieves and prints one or more premium lists.
  • Constructor Details

    • GetPremiumListCommand

      public GetPremiumListCommand()
  • Method Details

    • run

      public void run()
      Description copied from interface: Command
      Performs the command.
      Specified by:
      run in interface Command