Class RemoveByIdCommand

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

public class RemoveByIdCommand extends Object implements BaseCommand
Removes element from collection by id.
Since:
1.0
  • Constructor Details

    • RemoveByIdCommand

      public RemoveByIdCommand()
  • Method Details

    • getName

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

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

      public String getArgs()
      Description copied from interface: BaseCommand
      Base method for show command arguments
      Specified by:
      getArgs in interface BaseCommand
      Returns:
      command arguments pattern
    • execute

      public void execute (String[] args)
      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()
      Description copied from interface: BaseCommand
      Base method for get command Output
      Specified by:
      getResponse in interface BaseCommand
      Returns:
      Full command output