Class AbstractCommand

    • Constructor Detail

      • AbstractCommand

        public AbstractCommand()
        Constructor.
    • Method Detail

      • isNullOrUndefined

        protected boolean isNullOrUndefined​(Object object)
        Returns true if the argument is either null or undefined.
        Parameters:
        object -
      • type

        public final String type()
        Description copied from interface: ICommand
        Returns the type of the command (i.e. the command's class name).
        Specified by:
        type in interface ICommand
        See Also:
        ICommand.type()
      • indexOf

        protected static int indexOf​(Set<String> names,
                                     String name)