Package google.registry.export
Class ExportReservedTermsAction
java.lang.Object
google.registry.export.ExportReservedTermsAction
- All Implemented Interfaces:
Runnable
Action that exports the publicly viewable reserved terms list for a TLD to Google Drive.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
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.
-