Package google.registry.tools
Class ConfigureFeatureFlagCommand
java.lang.Object
google.registry.tools.ConfirmingCommand
google.registry.tools.MutatingCommand
google.registry.tools.ConfigureFeatureFlagCommand
- All Implemented Interfaces:
Command
Command for creating and updating
FeatureFlag
objects.-
Field Summary
Fields inherited from class google.registry.tools.ConfirmingCommand
errorPrintStream, printStream
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.tools.MutatingCommand
execute, flushTransaction, getChangedEntities, postBatchExecute, prompt, stageEntityChange
Methods inherited from class google.registry.tools.ConfirmingCommand
checkExecutionState, dontRunCommand, postExecute, run
-
Constructor Details
-
ConfigureFeatureFlagCommand
public ConfigureFeatureFlagCommand()
-
-
Method Details
-
init
Description copied from class:MutatingCommand
Initializes the command.Subclasses override this method to populate
MutatingCommand.changedEntitiesMap
with updated entities. The old entity is the key and the new entity is the value; the key is null for newly created entities and the value is null for deleted entities.- Specified by:
init
in classMutatingCommand
- Throws:
Exception
-