Klasse FacilityCommandRunner

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

@Component public class FacilityCommandRunner extends Object
Run commands for managing prosEO processing facilities (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.
Autor:
Dr. Thomas Bassler
  • Felddetails

  • Konstruktordetails

    • FacilityCommandRunner

      public FacilityCommandRunner()
  • Methodendetails

    • executeCommand

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