Package de.dlr.proseo.ui.cli
Klasse 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.
- Autor:
- Dr. Thomas Bassler
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung(Package privat) void
executeCommand
(ParsedCommand command) Run the given command
-
Felddetails
-
CMD_PROCESSOR
- Siehe auch:
-
CMD_CONFIGURATION
- Siehe auch:
-
-
Konstruktordetails
-
ProcessorCommandRunner
public ProcessorCommandRunner()
-
-
Methodendetails
-
executeCommand
Run the given command- Parameter:
command
- the command to execute
-