mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Add a throw-away tool to remove IP addresses of external hosts
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121279715
This commit is contained in:
committed by
Justine Tunney
parent
b672643194
commit
05803bbc33
@@ -17,10 +17,10 @@ package google.registry.tools;
|
||||
import com.beust.jcommander.Parameter;
|
||||
|
||||
/**
|
||||
* A command to execute an epp command that intends to mutate objects
|
||||
* A command to execute an epp command that intends to mutate objects
|
||||
* (i.e. enables a dry run option).
|
||||
*/
|
||||
abstract class MutatingEppToolCommand extends EppToolCommand {
|
||||
public abstract class MutatingEppToolCommand extends EppToolCommand {
|
||||
|
||||
@Parameter(
|
||||
names = {"-d", "--dry_run"},
|
||||
@@ -37,5 +37,5 @@ abstract class MutatingEppToolCommand extends EppToolCommand {
|
||||
initMutatingEppToolCommand();
|
||||
}
|
||||
|
||||
abstract void initMutatingEppToolCommand() throws Exception;
|
||||
protected abstract void initMutatingEppToolCommand() throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user