Package gov.nasa.jpl.command
Class QuitCommand
java.lang.Object
gov.nasa.jpl.command.QuitCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuitCommand
public QuitCommand()
-
-
Method Details
-
execute
Exits the program with exit status 0.- Specified by:
execute
in interfaceCommand
- Throws:
CommandException
-
unExecute
Does not currently do anything.- Specified by:
unExecute
in interfaceCommand
- Throws:
CommandException
-