Package google.registry.tools.server
Class ListHostsAction
- java.lang.Object
-
- google.registry.tools.server.ListObjectsAction<Host>
-
- google.registry.tools.server.ListHostsAction
-
- All Implemented Interfaces:
java.lang.Runnable
public final class ListHostsAction extends ListObjectsAction<Host>
An action that lists hosts, for use by thenomulus list_hosts
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<Host>
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<Host> loadObjects()
-
-