Klasse WorkflowCommandRunner

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

@Component public class WorkflowCommandRunner extends Object
Run commands for managing prosEO workflows (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.
Autor:
Katharina Bassler
  • Felddetails

  • Konstruktordetails

    • WorkflowCommandRunner

      public WorkflowCommandRunner()
  • Methodendetails

    • executeCommand

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