Package de.dlr.proseo.ui.cli
Klasse JobCommandRunner
java.lang.Object
de.dlr.proseo.ui.cli.JobCommandRunner
Run commands for managing prosEO orders (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) voidexecuteCommand(ParsedCommand command) Run the given command 
- 
Felddetails
- 
CMD_JOB
- Siehe auch:
 
 
 - 
 - 
Konstruktordetails
- 
JobCommandRunner
public JobCommandRunner() 
 - 
 - 
Methodendetails
- 
executeCommand
Run the given command- Parameter:
 command- the command to execute
 
 -