Class StatCommand

  • All Implemented Interfaces:
    Command

    public class StatCommand
    extends Object
    implements Command
    • Constructor Summary

      Constructors 
      Constructor Description
      StatCommand​(Session session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(CommandParser commandParser)
      Executes the command, after parsing arguments if necessary.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatCommand

        public StatCommand​(Session session)
    • Method Detail