Package de.dlr.proseo.ui.cli
Class ProcessorCommandRunner
java.lang.Object
de.dlr.proseo.ui.cli.ProcessorCommandRunner
Run commands for managing prosEO processor classes, versions and configurations (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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidexecuteCommand(ParsedCommand command) Run the given command
-
Field Details
-
CMD_PROCESSOR
- See Also:
-
CMD_CONFIGURATION
- See Also:
-
-
Constructor Details
-
ProcessorCommandRunner
public ProcessorCommandRunner()
-
-
Method Details
-
executeCommand
Run the given command- Parameters:
command- the command to execute
-