Class OrderTemplateCommandRunner

java.lang.Object
de.dlr.proseo.ui.cli.OrderTemplateCommandRunner

@Component public class OrderTemplateCommandRunner extends Object
Run commands for managing prosEO order templates (create, read, update, delete etc.). All methods assume that before invocation a syntax check of the command has been performed, so no extra checks are performed.
Author:
Ernst Melchinger
  • Field Details

  • Constructor Details

    • OrderTemplateCommandRunner

      public OrderTemplateCommandRunner()
  • Method Details

    • executeCommand

      void executeCommand(ParsedCommand command)
      Run the given command
      Parameters:
      command - the command to execute