Class ExitCommand

    • Constructor Detail

      • ExitCommand

        public ExitCommand()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Command
        Retrieve the name of this command.
        Returns:
        the command name.
      • getDescription

        public String getDescription()
        Description copied from interface: Command
        Retrieve the description of this command. This short command description will be printed when using the help command.
        Returns:
        the command description.