Class Rollup

All Implemented Interfaces:
ArgumentInfo, ICommand

public class Rollup
extends AbstractCommand
Command "rollup".
  • Method Details

    • isComposite

      public boolean isComposite()
      Description copied from interface: ICommand
      Is the command a composite of other commands?
      Returns:
      true if the command is a composite of other commands.
    • executeImpl

      protected Result executeImpl​(Context context, String... curArgs)
      Specified by:
      executeImpl in class AbstractCommand