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

  • Method Details

    • getPrimaryKeyFields

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

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

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

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