Class ConfigureTldCommand

All Implemented Interfaces:
Command

public class ConfigureTldCommand extends MutatingCommand
Command to create or update a Tld using a YAML file.
  • Constructor Details

    • ConfigureTldCommand

      public ConfigureTldCommand()
  • Method Details

    • init

      protected void init() throws Exception
      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 class MutatingCommand
      Throws:
      Exception
    • dontRunCommand

      protected boolean dontRunCommand()
      Description copied from class: ConfirmingCommand
      Whether to NOT run the command. Override to true for dry-run commands.
      Overrides:
      dontRunCommand in class ConfirmingCommand