Class DefaultCommand

java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.generic.DefaultCommand

public class DefaultCommand extends Command
Default command, invoked by RIA when no other implementation not found.
  • Constructor Details

    • DefaultCommand

      public DefaultCommand()
    • DefaultCommand

      public DefaultCommand(String commandName, Set supportedCommands)
  • Method Details

    • execute

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