Package de.dlr.proseo.ui.cli
Klasse ProductArchiveCommandRunner
java.lang.Object
de.dlr.proseo.ui.cli.ProductArchiveCommandRunner
Run commands for managing prosEO product archives (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:
- Denys Chaykovskiy
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung(Package privat) void
executeCommand
(ParsedCommand command) Run the given command
-
Felddetails
-
CMD_ARCHIVE
- Siehe auch:
-
-
Konstruktordetails
-
ProductArchiveCommandRunner
public ProductArchiveCommandRunner()
-
-
Methodendetails
-
executeCommand
Run the given command- Parameter:
command
- the command to execute
-