Package google.registry.tools.server
Class ListDomainsAction
- java.lang.Object
-
- google.registry.tools.server.ListObjectsAction<Domain>
-
- google.registry.tools.server.ListDomainsAction
-
- All Implemented Interfaces:
java.lang.Runnable
public final class ListDomainsAction extends ListObjectsAction<Domain>
An action that lists domains, for use by thenomulus list_domains
command.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH
-
Fields inherited from class google.registry.tools.server.ListObjectsAction
FIELDS_PARAM, FULL_FIELD_NAMES_PARAM, PRINT_HEADER_ROW_PARAM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<java.lang.String>
getPrimaryKeyFields()
com.google.common.collect.ImmutableSet<Domain>
loadObjects()
-
Methods inherited from class google.registry.tools.server.ListObjectsAction
run
-
-
-
-
Field Detail
-
PATH
public static final java.lang.String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPrimaryKeyFields
public com.google.common.collect.ImmutableSet<java.lang.String> getPrimaryKeyFields()
-
loadObjects
public com.google.common.collect.ImmutableSet<Domain> loadObjects()
-
-