Class ProductclassCommandRunner

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

@Component public class ProductclassCommandRunner extends Object
Run commands for managing prosEO product classes and selection rules (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:
Dr. Thomas Bassler
  • Field Details

  • Constructor Details

    • ProductclassCommandRunner

      public ProductclassCommandRunner()
  • Method Details

    • executeCommand

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