Class SaveCommand

java.lang.Object
commandManager.commands.SaveCommand
All Implemented Interfaces:
BaseCommand

@Deprecated public class SaveCommand extends Object implements BaseCommand
Deprecated.
Deprecated since 2.0 because file logic now are out of support
Saves collection to file.
Since:
1.0
  • Constructor Details

    • SaveCommand

      public SaveCommand()
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Description copied from interface: BaseCommand
      Base method for show command name
      Specified by:
      getName in interface BaseCommand
      Returns:
      command name
    • getDescr

      public String getDescr()
      Deprecated.
      Description copied from interface: BaseCommand
      Base method for show command description.
      Specified by:
      getDescr in interface BaseCommand
      Returns:
      command description
    • execute

      public void execute (String[] args)
      Deprecated.
      Description copied from interface: BaseCommand
      Base method for command executing.
      Specified by:
      execute in interface BaseCommand
      Parameters:
      args - full array of entered line.
    • getResponse

      public CommandStatusResponse getResponse()
      Deprecated.
      Description copied from interface: BaseCommand
      Base method for get command Output
      Specified by:
      getResponse in interface BaseCommand
      Returns:
      Full command output