Class ListTldsAction

java.lang.Object
google.registry.tools.server.ListObjectsAction<Tld>
google.registry.tools.server.ListTldsAction
All Implemented Interfaces:
Runnable

public final class ListTldsAction extends ListObjectsAction<Tld>
An action that lists top-level domains, for use by the nomulus list_tlds command.
  • Field Details Link icon

  • Method Details Link icon

    • getPrimaryKeyFields Link icon

      public com.google.common.collect.ImmutableSet<String> getPrimaryKeyFields()
    • loadObjects Link icon

      public com.google.common.collect.ImmutableSet<Tld> loadObjects()
    • getFieldAliases Link icon

      public com.google.common.collect.ImmutableBiMap<String,String> getFieldAliases()
    • getFieldOverrides Link icon

      public com.google.common.collect.ImmutableMap<String,String> getFieldOverrides(Tld tld)