1
0
mirror of https://github.com/google/nomulus synced 2026-02-06 21:11:34 +00:00

Remove ServerSideCommand

ServerSideCommand now just aggregates CommandWithConnection and
CommandWithRemoteApi, so it's arguably clearer for commands to just implement
both of these.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=211670031
This commit is contained in:
mmuller
2018-09-05 11:44:21 -07:00
committed by jianglai
parent 8a2388f5b6
commit 4c3207647f
9 changed files with 10 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ import org.joda.time.DateTime;
/** Command to generate zone files. */
@Parameters(separators = " =", commandDescription = "Generate zone files")
final class GenerateZoneFilesCommand implements ServerSideCommand {
final class GenerateZoneFilesCommand implements CommandWithConnection, CommandWithRemoteApi {
@Parameter(
description = "One or more TLDs to generate zone files for",