java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.administrative.Delete

public class Delete extends Command
The Delete command. Deletes the specified session.
  • Constructor Details

    • Delete

      public Delete()
  • Method Details

    • execute

      public void execute()
      Description copied from class: Command
      Execute command.
      Specified by:
      execute in class Command