Class SimpleRedirectorCommand

  • All Implemented Interfaces:
    ICommand
    Direct Known Subclasses:
    InfoCommand, SetCommand, ShowCommand

    public abstract class SimpleRedirectorCommand
    extends BaseJdmpviewCommand
    There are a number of jdmpview commands which just act as routing commands onto other more specific commands. This class provides an abstract superclass for these commands to inherit from.
    • Constructor Detail

      • SimpleRedirectorCommand

        public SimpleRedirectorCommand()
    • Method Detail

      • getCmdName

        protected abstract String getCmdName()
        Get the base command name which triggers this routing
        Returns: