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

public class DeleteAll extends Command
The DeleteAll command. Deletes the sessions.
  • Constructor Details

    • DeleteAll

      public DeleteAll()
  • Method Details

    • execute

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