Class ExportReservedTermsAction

java.lang.Object
google.registry.export.ExportReservedTermsAction
All Implemented Interfaces:
Runnable

public class ExportReservedTermsAction extends Object implements Runnable
Action that exports the publicly viewable reserved terms list for a TLD to Google Drive.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Exports the reserved terms for the TLD specified via the "tld" param to a newline-delimited UTF-8-formatted CSV file (with one column) named "reserved_terms.txt" in the Google Drive folder with the id specified for that TLD.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      public void run()
      Exports the reserved terms for the TLD specified via the "tld" param to a newline-delimited UTF-8-formatted CSV file (with one column) named "reserved_terms.txt" in the Google Drive folder with the id specified for that TLD.

      This servlet prints the ID of the file in GoogleDrive that was created/updated.

      Specified by:
      run in interface Runnable