Class RegistryTool

java.lang.Object
google.registry.tools.RegistryTool

public final class RegistryTool extends Object
Container class to create and run remote commands against a server instance.
  • Field Details

    • COMMAND_MAP

      public static final com.google.common.collect.ImmutableMap<String,Class<? extends Command>> COMMAND_MAP
      Available commands.

      Note: If changing the command-line name of any commands below, remember to resolve any invocations in scripts (e.g. PDT, ICANN reporting).

  • Constructor Details

    • RegistryTool

      public RegistryTool()
  • Method Details