Class ProductArchiveCommandRunner

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

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

  • Constructor Details

    • ProductArchiveCommandRunner

      public ProductArchiveCommandRunner()
  • Method Details

    • executeCommand

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